diff --git a/CHANGELOG.md b/CHANGELOG.md index a2a66692..0c8ca6f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ Unreleased ========== +0.21.2 (2024-08-14) +=================== + ### Bugfixes: - Update for new string enum implementation's implementation in wasm-bindgen 0.2.93 diff --git a/Cargo.toml b/Cargo.toml index 3acdb927..0be27864 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "screeps-game-api" -version = "0.21.1" +version = "0.21.2" authors = ["David Ross "] documentation = "https://docs.rs/screeps-game-api/" edition = "2021"