From f0a4350e837ddebc2cfd776689f6c72297e3176b Mon Sep 17 00:00:00 2001 From: benedettadavico Date: Wed, 8 May 2024 11:01:50 +0200 Subject: [PATCH] pruning version bump and changelog updates --- CHANGELOG.md | 10 ++++++++++ Cargo.lock | 6 +++--- gateway/Cargo.toml | 2 +- nym-node/Cargo.toml | 2 +- nym-wallet/CHANGELOG.md | 8 ++++++++ service-providers/network-requester/Cargo.toml | 2 +- 6 files changed, 24 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c32bc100df..32ffeff695 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ Post 1.0.0 release, the changelog format is based on [Keep a Changelog](https:// ## [Unreleased] +## [2024.4-nutella] (2024-05-08) + +- [fix] apply disable_poisson_rate from internal NR/IPR cfgs ([#4579]) +- updating sign commands to include nym-node ([#4578]) +- changed nym-node redirects from 308 'Permanent Redirect' to 303: 'See Other' ([#4572]) + +[#4579]: https://github.com/nymtech/nym/pull/4579 +[#4578]: https://github.com/nymtech/nym/pull/4578 +[#4572]: https://github.com/nymtech/nym/pull/4572 + ## [2024.3-eclipse] (2024-04-22) - Initial release of the first iteration of the Nym Node diff --git a/Cargo.lock b/Cargo.lock index 386287164c..d3ee045a87 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5684,7 +5684,7 @@ dependencies = [ [[package]] name = "nym-gateway" -version = "1.1.35" +version = "1.1.36" dependencies = [ "anyhow", "async-trait", @@ -6098,7 +6098,7 @@ dependencies = [ [[package]] name = "nym-network-requester" -version = "1.1.34" +version = "1.1.35" dependencies = [ "addr", "anyhow", @@ -6167,7 +6167,7 @@ dependencies = [ [[package]] name = "nym-node" -version = "1.1.0" +version = "1.1.1" dependencies = [ "anyhow", "bip39", diff --git a/gateway/Cargo.toml b/gateway/Cargo.toml index 9e7b6d1826..76b425b190 100644 --- a/gateway/Cargo.toml +++ b/gateway/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "nym-gateway" license = "GPL-3.0" -version = "1.1.35" +version = "1.1.36" authors = [ "Dave Hrycyszyn ", "Jędrzej Stuczyński ", diff --git a/nym-node/Cargo.toml b/nym-node/Cargo.toml index f23326967b..5aec940189 100644 --- a/nym-node/Cargo.toml +++ b/nym-node/Cargo.toml @@ -3,7 +3,7 @@ [package] name = "nym-node" -version = "1.1.0" +version = "1.1.1" authors.workspace = true repository.workspace = true homepage.workspace = true diff --git a/nym-wallet/CHANGELOG.md b/nym-wallet/CHANGELOG.md index 1d29030497..146e6174ed 100644 --- a/nym-wallet/CHANGELOG.md +++ b/nym-wallet/CHANGELOG.md @@ -2,6 +2,14 @@ ## [Unreleased] +## [v1.2.13] (2024-05-08) + +- Bug fix: wallet delegations list is empty when RPC node doesn't hold block ([#4565]) +- updating sign commands to include nym-node([#4578]) + +[#4578]: https://github.com/nymtech/nym/pull/4578 +[#4565]: https://github.com/nymtech/nym/pull/4565 + ## [v1.2.10] (2023-10-31) - Add loading model on initial load of delegations ([#4039]) diff --git a/service-providers/network-requester/Cargo.toml b/service-providers/network-requester/Cargo.toml index cbf8dbbb72..7c44692652 100644 --- a/service-providers/network-requester/Cargo.toml +++ b/service-providers/network-requester/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "nym-network-requester" license = "GPL-3.0" -version = "1.1.34" +version = "1.1.35" authors.workspace = true edition.workspace = true rust-version = "1.70"