diff --git a/CHANGELOG.md b/CHANGELOG.md index 3166a0b..9dde288 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.8.1](https://github.com/maidsafe/safeup/compare/v0.8.0...v0.8.1) - 2024-10-24 + +### Fixed +- use correct crate for `autonomi` version + ## [0.8.0](https://github.com/maidsafe/safeup/compare/v0.7.0...v0.8.0) - 2024-10-20 ### Added diff --git a/Cargo.toml b/Cargo.toml index 494dd4e..19872ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "safeup" authors = ["MaidSafe Developers "] description = "CLI for installing components for accessing the Safe Network" license = "GPL-3.0" -version = "0.8.0" +version = "0.8.1" edition = "2021" [[bin]]