diff --git a/CHANGELOG.md b/CHANGELOG.md index a7068e6..889c3ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +--- + +## [0.18.0] - 2024-11-22 - Bump MSRV to `1.81.0`. - Expose option for setting ID function (#202) @@ -359,7 +362,9 @@ Refer to: [#107], [#108] and [#109] -[Unreleased]: https://github.com/primait/event_sourcing.rs/compare/0.17.1...HEAD + +[Unreleased]: https://github.com/primait/event_sourcing.rs/compare/0.18.0...HEAD +[0.18.0]: https://github.com/primait/event_sourcing.rs/compare/0.17.1...0.18.0 [0.17.1]: https://github.com/primait/event_sourcing.rs/compare/0.17.0...0.17.1 [0.17.0]: https://github.com/primait/event_sourcing.rs/compare/0.16.0...0.17.0 [0.16.0]: https://github.com/primait/event_sourcing.rs/compare/0.15.0...0.16.0 diff --git a/Cargo.toml b/Cargo.toml index 205bffb..13f6095 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ name = "esrs" readme = "README.md" repository = "https://github.com/primait/event_sourcing.rs" rust-version = "1.81.0" -version = "0.17.1" +version = "0.18.0" [package.metadata.docs.rs] all-features = true