From 598f3a970eda844eb34046422087fd24b087c8a9 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 2 Jan 2023 18:17:27 +0000 Subject: [PATCH] Prepare release 0.8.3 --- 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 9f2229080..f216ccb9a 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.3] - 2023-01-02 + ### Changed - Swapd: Don't add color coding to progress message by @TheCharlatan in @@ -319,7 +321,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.2...HEAD +[Unreleased]: https://github.com/farcaster-project/farcaster-node/compare/v0.8.3...HEAD +[0.8.3]: https://github.com/farcaster-project/farcaster-node/compare/v0.8.2...v0.8.3 [0.8.2]: https://github.com/farcaster-project/farcaster-node/compare/v0.8.1...v0.8.2 [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 diff --git a/Cargo.lock b/Cargo.lock index 2c653d8c4..bee9a6d82 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1030,7 +1030,7 @@ dependencies = [ [[package]] name = "farcaster_node" -version = "0.8.2" +version = "0.8.3" dependencies = [ "amplify", "amplify_derive", diff --git a/Cargo.toml b/Cargo.toml index d2e053770..09a3a0ab8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "farcaster_node" -version = "0.8.2" +version = "0.8.3" authors = ["Farcaster Devs"] build = "build.rs" edition = "2018"