From 941a00f0667e5adf6ed9e9cb29dcde6b7a1ee72d Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 6 Dec 2022 17:31:02 +0000 Subject: [PATCH] Prepare release 0.6.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 50dec34ee..0481ccbac 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.0] - 2022-12-06 + ### Changed - Grpc: Add retries when retrieving the funding info by @TheCharlatan in @@ -224,7 +226,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.5.0...HEAD +[Unreleased]: https://github.com/farcaster-project/farcaster-node/compare/v0.6.0...HEAD +[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 [0.4.0]: https://github.com/farcaster-project/farcaster-node/compare/v0.3.0...v0.4.0 [0.3.0]: https://github.com/farcaster-project/farcaster-node/compare/v0.2.0...v0.3.0 diff --git a/Cargo.lock b/Cargo.lock index 825f30740..94b77a990 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -969,7 +969,7 @@ dependencies = [ [[package]] name = "farcaster_node" -version = "0.5.0" +version = "0.6.0" dependencies = [ "amplify", "amplify_derive", diff --git a/Cargo.toml b/Cargo.toml index 90ac4ac80..40a796aee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "farcaster_node" -version = "0.5.0" +version = "0.6.0" authors = ["Farcaster Devs"] build = "build.rs" edition = "2018"