Skip to content

Commit

Permalink
pruning
Browse files Browse the repository at this point in the history
version bump and changelog updates
  • Loading branch information
benedettadavico committed May 8, 2024
1 parent d5c2a01 commit f0a4350
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 6 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gateway/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[package]
name = "nym-gateway"
license = "GPL-3.0"
version = "1.1.35"
version = "1.1.36"
authors = [
"Dave Hrycyszyn <futurechimp@users.noreply.github.com>",
"Jędrzej Stuczyński <andrew@nymtech.net>",
Expand Down
2 changes: 1 addition & 1 deletion nym-node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 8 additions & 0 deletions nym-wallet/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down
2 changes: 1 addition & 1 deletion service-providers/network-requester/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f0a4350

Please sign in to comment.