diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fa34c1..9e7068e 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.6.3] - 2022-12-28 + ### Added - Derive strict encoding for FundingTx (segwit v0) by @TheCharlatan @@ -197,7 +199,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.6.2...HEAD +[Unreleased]: https://github.com/farcaster-project/farcaster-core/compare/v0.6.3...HEAD +[0.6.3]: https://github.com/farcaster-project/farcaster-core/compare/v0.6.2...v0.6.3 [0.6.2]: https://github.com/farcaster-project/farcaster-core/compare/v0.6.1...v0.6.2 [0.6.1]: https://github.com/farcaster-project/farcaster-core/compare/v0.6.0...v0.6.1 [0.6.0]: https://github.com/farcaster-project/farcaster-core/compare/v0.5.1...v0.6.0 diff --git a/Cargo.toml b/Cargo.toml index 99c5efc..8c19fb9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "farcaster_core" -version = "0.6.2" +version = "0.6.3" authors = ["Farcaster Devs"] documentation = "https://docs.rs/farcaster_core" homepage = "https://github.com/farcaster-project/farcaster-core"