diff --git a/CHANGELOG.md b/CHANGELOG.md index 3602438..dc4fcde 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.0](https://github.com/maidsafe/sn-releases/compare/v0.2.8...v0.3.0) - 2024-10-20 + +### Added +- replace safe release type with autonomi + +### Other +- remove faucet and auditor release types + ## [0.2.8](https://github.com/maidsafe/sn-releases/compare/v0.2.7...v0.2.8) - 2024-08-28 ### Fixed diff --git a/Cargo.toml b/Cargo.toml index 6603213..5171bc8 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.2.8" +version = "0.3.0" edition = "2021" repository = "https://github.com/maidsafe/sn-releases"