diff --git a/CHANGELOG.md b/CHANGELOG.md index 0978e59..b636c00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Lapis Changelog ## Unreleased Changes + +## 0.3.2 - August 6, 2024 * Added `Collection:read` to view a document's data without editing or session locking it. ([#59]) * **IMPORTANT**: Fixed bug that resets a saved migration version that is ahead of the server's version and is backwards compatible. ([#60]) diff --git a/wally.toml b/wally.toml index 144f952..6af2753 100644 --- a/wally.toml +++ b/wally.toml @@ -1,6 +1,6 @@ [package] name = "nezuo/lapis" -version = "0.3.1" +version = "0.3.2" registry = "https://github.com/UpliftGames/wally-index" exclude = ["**"] include = ["src", "src/*", "default.project.json", "wally.toml", "LICENSE"]