diff --git a/CHANGELOG.md b/CHANGELOG.md index 56c0051..ea5e025 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # CHANGELOG -## Unreleased +## v0.2.4 + +*May 16th, 2024* - Add helpers to deserialize into `std::option::Option` or `std::result::Result` ([#17](https://github.com/informalsystems/itf-rs/pull/17)) diff --git a/Cargo.toml b/Cargo.toml index d9cb65f..ba3a635 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "itf" -version = "0.2.3" +version = "0.2.4" edition = "2021" license = "Apache-2.0" readme = "README.md"