diff --git a/CHANGELOG.md b/CHANGELOG.md index 25aa19781..3a379fe56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.0] - 2021-12-15 + Internal stress-testing bugfixes. Preparation for external release. - Support running parallel swaps over different peer connections through different -ports + ports ## [0.1.0] - 2021-12-10 @@ -26,5 +28,6 @@ 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.1.0...HEAD +[Unreleased]: https://github.com/farcaster-project/farcaster-node/compare/v0.2.0...HEAD +[0.2.0]: https://github.com/farcaster-project/farcaster-node/compare/v0.1.0...v0.2.0 [0.1.0]: https://github.com/farcaster-project/farcaster-node/compare/6c42e2892c18d600d4597356a9f827d58026b54a...v0.1.0 diff --git a/Cargo.toml b/Cargo.toml index cf16aed72..8ce0b318e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "farcaster_node" -version = "0.1.0" +version = "0.2.0" authors = ["Farcaster Devs", "Dr. Maxim Orlovsky "] build = "build.rs" edition = "2018"