diff --git a/CHANGELOG.md b/CHANGELOG.md index a480e0e..2fe42b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.3](https://github.com/maidsafe/sn-releases/compare/v0.1.2...v0.1.3) - 2023-11-24 + +### Added +- support `sn_node_rpc_client` release type + ## [0.1.2](https://github.com/maidsafe/sn-releases/compare/v0.1.1...v0.1.2) - 2023-10-24 ### Other diff --git a/Cargo.toml b/Cargo.toml index 1805ef7..118681d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "sn-releases" authors = ["MaidSafe Developers "] description = "Download and unpack binaries released from the safe_network repository" license = "GPL-3.0" -version = "0.1.2" +version = "0.1.3" edition = "2021" repository = "https://github.com/maidsafe/sn-releases"