diff --git a/CHANGELOG.md b/CHANGELOG.md index ed2dc11..8b52196 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.4](https://github.com/near/omni-transaction-rs/compare/v0.1.3...v0.1.4) - 2025-01-06 + +### Other + +- Update README.md + ## [0.1.1](https://github.com/near/omni-transaction-rs/compare/v0.1.0...v0.1.1) - 2024-12-06 ### Other diff --git a/Cargo.toml b/Cargo.toml index c73e8b9..7446f24 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "omni-transaction" -version = "0.1.3" +version = "0.1.4" authors = ["Proximity Labs Limited"] license = "Apache-2.0" edition = "2021"