diff --git a/CHANGELOG.md b/CHANGELOG.md index ff610f4..28e9159 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Lapis Changelog ## Unreleased Changes + +## 0.2.2 - July 19, 2023 * Remove write cooldown throttling since write cooldowns [were removed](https://devforum.roblox.com/t/removal-of-6s-cool-down-for-data-stores/2436230) ([#11]) * Fix save merging algorithm ([#13]) * Added new throttle queue which allows load/save/close requests from different keys to be processed at the same time ([#15]) diff --git a/wally.toml b/wally.toml index 569cd25..1b8807b 100644 --- a/wally.toml +++ b/wally.toml @@ -1,6 +1,6 @@ [package] name = "nezuo/lapis" -version = "0.2.1" +version = "0.2.2" registry = "https://github.com/UpliftGames/wally-index" exclude = ["**"] include = ["src", "src/*", "default.project.json", "wally.toml", "LICENSE"]