diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a774282..fe02de6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.1] - 2021-12-05 + ### Added - Add `Display` implementation for `Offer` type ([#188](https://github.com/farcaster-project/farcaster-core/pull/188)) @@ -84,7 +86,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Messages exchanged between farcaster-node's microservices - Tasks and blockchain events used by syncers -[Unreleased]: https://github.com/farcaster-project/farcaster-core/compare/v0.4.0...HEAD +[Unreleased]: https://github.com/farcaster-project/farcaster-core/compare/v0.4.1...HEAD +[0.4.1]: https://github.com/farcaster-project/farcaster-core/compare/v0.4.0...v0.4.1 [0.4.0]: https://github.com/farcaster-project/farcaster-core/compare/v0.3.0...v0.4.0 [0.3.0]: https://github.com/farcaster-project/farcaster-core/compare/v0.2.0...v0.3.0 [0.2.0]: https://github.com/farcaster-project/farcaster-core/compare/v0.1.0...v0.2.0 diff --git a/Cargo.toml b/Cargo.toml index bfafac08..f8539788 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "farcaster_core" -version = "0.4.0" +version = "0.4.1" authors = ["Farcaster Devs"] documentation = "https://docs.rs/farcaster_core" homepage = "https://github.com/farcaster-project/farcaster-core"