diff --git a/CHANGELOG.md b/CHANGELOG.md index c5d8bf4..d9bc5ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Lapis Changelog ## Unreleased Changes + +## 0.2.7 - November 12, 2023 * Add `Document:beforeSave` callback to make changes to a document before it saves ([#29]) [#29]: https://github.com/nezuo/lapis/pull/29 diff --git a/wally.toml b/wally.toml index 7e0c3c5..f6df84c 100644 --- a/wally.toml +++ b/wally.toml @@ -1,6 +1,6 @@ [package] name = "nezuo/lapis" -version = "0.2.6" +version = "0.2.7" registry = "https://github.com/UpliftGames/wally-index" exclude = ["**"] include = ["src", "src/*", "default.project.json", "wally.toml", "LICENSE"]