diff --git a/CHANGELOG.md b/CHANGELOG.md index dc156af81..2262c5e0d 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.8.1] - 2022-12-21 + ### Changed - Swapd: Logging improvements by @TheCharlatan in @@ -278,7 +280,8 @@ Initial version of Farcaster Node :tada: - Farcaster daemon to orchestrate the micro-services - Swap cli to control farcasterd and other services -[Unreleased]: https://github.com/farcaster-project/farcaster-node/compare/v0.8.0...HEAD +[Unreleased]: https://github.com/farcaster-project/farcaster-node/compare/v0.8.1...HEAD +[0.8.1]: https://github.com/farcaster-project/farcaster-node/compare/v0.8.0...v0.8.1 [0.8.0]: https://github.com/farcaster-project/farcaster-node/compare/v0.7.0...v0.8.0 [0.7.0]: https://github.com/farcaster-project/farcaster-node/compare/v0.6.0...v0.7.0 [0.6.0]: https://github.com/farcaster-project/farcaster-node/compare/v0.5.0...v0.6.0 diff --git a/Cargo.lock b/Cargo.lock index 002cf5eec..11619bb4d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1030,7 +1030,7 @@ dependencies = [ [[package]] name = "farcaster_node" -version = "0.8.0" +version = "0.8.1" dependencies = [ "amplify", "amplify_derive", diff --git a/Cargo.toml b/Cargo.toml index 91f6205e0..809a5154c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "farcaster_node" -version = "0.8.0" +version = "0.8.1" authors = ["Farcaster Devs"] build = "build.rs" edition = "2018"