diff --git a/CHANGELOG.md b/CHANGELOG.md index bfca8b858..6ebab50df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,13 @@ # Changelog -## v1.3.0, July 31, 2024 +## v1.3.1, November 26, 2024 ### Bug Fixes - [#1007](https://github.com/cosmos/iavl/pull/1007) Add the extra check for the reformatted root node in `GetNode` +## v1.3.0, July 31, 2024 + ### Improvements - [#952](https://github.com/cosmos/iavl/pull/952) Add `DeleteVersionsFrom(int64)` API.