diff --git a/Cargo.lock b/Cargo.lock index 6a90cd225d..2178f40216 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4301,7 +4301,7 @@ dependencies = [ [[package]] name = "sn_cli" -version = "0.84.1" +version = "0.84.2" dependencies = [ "bincode", "blsttc", @@ -4413,7 +4413,7 @@ dependencies = [ [[package]] name = "sn_node" -version = "0.94.1" +version = "0.94.2" dependencies = [ "assert_fs", "async-trait", @@ -4518,7 +4518,7 @@ dependencies = [ [[package]] name = "sn_testnet" -version = "0.2.216" +version = "0.2.217" dependencies = [ "assert_fs", "clap 3.2.25", diff --git a/sn_cli/CHANGELOG.md b/sn_cli/CHANGELOG.md index e7fc68309b..64627b298e 100644 --- a/sn_cli/CHANGELOG.md +++ b/sn_cli/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.84.2](https://github.com/maidsafe/safe_network/compare/sn_cli-v0.84.1...sn_cli-v0.84.2) - 2023-10-19 + +### Other +- update dependencies + ## [0.84.1](https://github.com/maidsafe/safe_network/compare/sn_cli-v0.84.0...sn_cli-v0.84.1) - 2023-10-18 ### Other diff --git a/sn_cli/Cargo.toml b/sn_cli/Cargo.toml index 743ecfbb4d..082a548d69 100644 --- a/sn_cli/Cargo.toml +++ b/sn_cli/Cargo.toml @@ -8,7 +8,7 @@ license = "GPL-3.0" name = "sn_cli" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.84.1" +version = "0.84.2" [[bin]] path="src/main.rs" diff --git a/sn_node/CHANGELOG.md b/sn_node/CHANGELOG.md index fd851b06a8..a91e2a381f 100644 --- a/sn_node/CHANGELOG.md +++ b/sn_node/CHANGELOG.md @@ -1743,6 +1743,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Other - retry and verify reg upload during reward test +## [0.94.2](https://github.com/maidsafe/safe_network/compare/sn_node-v0.94.1...sn_node-v0.94.2) - 2023-10-19 + +### Fixed +- *(test)* enable logging for gossip tests + ## v0.1.0 (2023-05-04) ### Chore diff --git a/sn_node/Cargo.toml b/sn_node/Cargo.toml index b9dba66d02..152ab4a0f4 100644 --- a/sn_node/Cargo.toml +++ b/sn_node/Cargo.toml @@ -2,7 +2,7 @@ authors = ["MaidSafe Developers "] description = "Safe Node" name = "sn_node" -version = "0.94.1" +version = "0.94.2" edition = "2021" license = "GPL-3.0" homepage = "https://maidsafe.net" diff --git a/sn_testnet/CHANGELOG.md b/sn_testnet/CHANGELOG.md index 839e921509..bf34d15019 100644 --- a/sn_testnet/CHANGELOG.md +++ b/sn_testnet/CHANGELOG.md @@ -1605,6 +1605,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Other - update dependencies +## [0.2.217](https://github.com/maidsafe/safe_network/compare/sn_testnet-v0.2.216...sn_testnet-v0.2.217) - 2023-10-19 + +### Other +- update dependencies + ## v0.1.0 (2023-03-16) diff --git a/sn_testnet/Cargo.toml b/sn_testnet/Cargo.toml index 4ac6b82623..ebfe84e542 100644 --- a/sn_testnet/Cargo.toml +++ b/sn_testnet/Cargo.toml @@ -8,7 +8,7 @@ license = "GPL-3.0" name = "sn_testnet" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.2.216" +version = "0.2.217" [features] # required to pass on flag to node builds