From 69de7a95bf0582ab44871d93b2c2bf1df6dcff5b Mon Sep 17 00:00:00 2001
From: timvisee <tim@visee.me>
Date: Thu, 25 Nov 2021 15:04:39 +0100
Subject: [PATCH] Bump version to 0.2.5

---
 CHANGELOG.md    | 12 ++++++++++++
 Cargo.lock      |  2 +-
 Cargo.toml      |  2 +-
 res/lazymc.toml |  2 +-
 4 files changed, 15 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3570043..5d1c599 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,17 @@
 # Changelog
 
+## 0.2.5 (2021-11-25)
+
+- Add support Minecraft 1.16.3 to 1.17.1 with lobby join method
+- Add support for Forge client/server to lobby join method (partial)
+- Probe server on start with fake user to fetch server settings improving compatibility
+- Improve lobby compatibility, send probed server data to client when possible
+- Skip lobby join method if server probe is not yet finished
+- Generate lobby dimension configuration on the fly based on server dimensions
+- Fix unsupported lobby dimension configuration values for some Minecraft versions
+- Demote IP ban list reload message from info to debug
+- Update dependencies
+
 ## 0.2.4 (2021-11-24)
 
 - Fix status response issues with missing server icon, fall back to default icon
diff --git a/Cargo.lock b/Cargo.lock
index 1ea028f..fa84679 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -786,7 +786,7 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
 
 [[package]]
 name = "lazymc"
-version = "0.2.4"
+version = "0.2.5"
 dependencies = [
  "anyhow",
  "async-std",
diff --git a/Cargo.toml b/Cargo.toml
index f26f896..3c729c4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "lazymc"
-version = "0.2.4"
+version = "0.2.5"
 authors = ["Tim Visee <3a4fb3964f@sinenomine.email>"]
 license = "GPL-3.0"
 readme = "README.md"
diff --git a/res/lazymc.toml b/res/lazymc.toml
index aca8809..3f76e23 100644
--- a/res/lazymc.toml
+++ b/res/lazymc.toml
@@ -180,4 +180,4 @@ command = "java -Xmx1G -Xms1G -jar server.jar --nogui"
 [config]
 # lazymc version this configuration is for.
 # Don't change unless you know what you're doing.
-version = "0.2.4"
+version = "0.2.5"