diff --git a/CHANGELOG.md b/CHANGELOG.md index 564eacf..c5995eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Lapis Changelog ## Unreleased Changes + +## 0.2.8 - December 27, 2023 * Removed internal compression code since compression is no longer planned ([#31]) * Data is no longer loaded if it doesn't pass the `validate` function. This means it won't be session locked and migrated. ([#32]) diff --git a/wally.toml b/wally.toml index f6df84c..2110ea1 100644 --- a/wally.toml +++ b/wally.toml @@ -1,6 +1,6 @@ [package] name = "nezuo/lapis" -version = "0.2.7" +version = "0.2.8" registry = "https://github.com/UpliftGames/wally-index" exclude = ["**"] include = ["src", "src/*", "default.project.json", "wally.toml", "LICENSE"]