From 317e9a21faab489ea5f51f815368e2763e006d33 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 15 Dec 2022 14:01:27 +0000 Subject: [PATCH] Prepare release 0.8.0 --- CHANGELOG.md | 5 ++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53fe6daab..2eb86e382 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.0] - 2022-12-15 + ### Changed - Swap state machine by @TheCharlatan in @@ -255,7 +257,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.7.0...HEAD +[Unreleased]: https://github.com/farcaster-project/farcaster-node/compare/v0.8.0...HEAD +[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 [0.5.0]: https://github.com/farcaster-project/farcaster-node/compare/v0.4.0...v0.5.0 diff --git a/Cargo.lock b/Cargo.lock index d2cf388a5..6739ec501 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -968,7 +968,7 @@ dependencies = [ [[package]] name = "farcaster_node" -version = "0.7.0" +version = "0.8.0" dependencies = [ "amplify", "amplify_derive", diff --git a/Cargo.toml b/Cargo.toml index 92cba7cbb..91f6205e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "farcaster_node" -version = "0.7.0" +version = "0.8.0" authors = ["Farcaster Devs"] build = "build.rs" edition = "2018"