diff --git a/crates/lib/CHANGELOG.md b/crates/lib/CHANGELOG.md index 6770e14..f4121fe 100644 --- a/crates/lib/CHANGELOG.md +++ b/crates/lib/CHANGELOG.md @@ -2,6 +2,16 @@ Who knows what the future holds... # X.Y.Z - DD/MM/YYYY +# 0.6.1 - 05/12/2024 + +Games: + +- Added `Starbound` support (by @Novaenia). + +Protocols: + +- Fixed enum cast error on valve when parsing uppercase envrionment and server type fields (by @Novaenia). + # 0.6.0 - 26/11/2024 Breaking: diff --git a/crates/lib/Cargo.toml b/crates/lib/Cargo.toml index 3b4f9ec..e3587ab 100644 --- a/crates/lib/Cargo.toml +++ b/crates/lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gamedig" -version = "0.6.0" +version = "0.6.1" edition = "2021" authors = [ "rust-GameDig contributors [https://github.com/gamedig/rust-gamedig/contributors]",