diff --git a/CHANGELOG.md b/CHANGELOG.md index ace51a7..1423be1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ This project uses [semantic versioning](https://semver.org/spec/v2.0.0.html). +## Version 0.2.1 + +- Fixed a bug where data didn't properly get reconciled the first time a player joined the game + ## Version 0.2.0 - Changed `key:use()` to a new API that will be documented later as things get finalized diff --git a/wally.toml b/wally.toml index dbc9238..f1cc798 100644 --- a/wally.toml +++ b/wally.toml @@ -1,6 +1,6 @@ [package] name = "ffrostflame/keyform" -version = "0.2.0" +version = "0.2.1" registry = "https://github.com/UpliftGames/wally-index" realm = "shared"