diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e039b3..efb8b25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.2.2 (2021-11-18) + +- Add server favicon to status response + ## 0.2.1 (2021-11-17) - Add support for using host names in config address fields diff --git a/Cargo.lock b/Cargo.lock index e9a516b..a13353d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -753,7 +753,7 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" [[package]] name = "lazymc" -version = "0.2.1" +version = "0.2.2" dependencies = [ "anyhow", "base64", diff --git a/Cargo.toml b/Cargo.toml index a5f4727..4bb04cb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lazymc" -version = "0.2.1" +version = "0.2.2" authors = ["Tim Visee <3a4fb3964f@sinenomine.email>"] license = "GPL-3.0" readme = "README.md" diff --git a/res/lazymc.toml b/res/lazymc.toml index e9b9e62..97c95cf 100644 --- a/res/lazymc.toml +++ b/res/lazymc.toml @@ -158,4 +158,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.0" +version = "0.2.2"