diff --git a/CHANGELOG.md b/CHANGELOG.md index 452d8c4eb1..812ccd617b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,20 @@ Post 1.0.0 release, the changelog format is based on [Keep a Changelog](https:// ## [Unreleased] +## [2025.9-appenzeller] (2025-05-13) + +- build(deps): bump clap from 4.5.36 to 4.5.37 in the patch-updates group ([#5722]) +- build(deps): bump golang.org/x/net from 0.36.0 to 0.38.0 in /wasm/mix-fetch/go-mix-conn ([#5720]) +- build(deps-dev): bump http-proxy-middleware from 2.0.6 to 2.0.9 in /wasm/client/internal-dev ([#5719]) +- Add /account/{address} ([#5673]) +- Add contains ticketbook data db query ([#5670]) + +[#5722]: https://github.com/nymtech/nym/pull/5722 +[#5720]: https://github.com/nymtech/nym/pull/5720 +[#5719]: https://github.com/nymtech/nym/pull/5719 +[#5673]: https://github.com/nymtech/nym/pull/5673 +[#5670]: https://github.com/nymtech/nym/pull/5670 + ## [2025.8-tourist] (2025-04-29) - add reserved byte to reply surb serialisation ([#5731]) diff --git a/Cargo.lock b/Cargo.lock index e733e94426..1a14cd6b2f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4782,7 +4782,7 @@ checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" [[package]] name = "nym-api" -version = "1.1.56" +version = "1.1.57" dependencies = [ "anyhow", "async-trait", @@ -5036,7 +5036,7 @@ dependencies = [ [[package]] name = "nym-cli" -version = "1.1.54" +version = "1.1.55" dependencies = [ "anyhow", "base64 0.22.1", @@ -5118,7 +5118,7 @@ dependencies = [ [[package]] name = "nym-client" -version = "1.1.54" +version = "1.1.55" dependencies = [ "bs58", "clap", @@ -6122,7 +6122,7 @@ dependencies = [ [[package]] name = "nym-network-requester" -version = "1.1.55" +version = "1.1.56" dependencies = [ "addr", "anyhow", @@ -6172,7 +6172,7 @@ dependencies = [ [[package]] name = "nym-node" -version = "1.10.0" +version = "1.11.0" dependencies = [ "anyhow", "arc-swap", @@ -6568,7 +6568,7 @@ dependencies = [ [[package]] name = "nym-socks5-client" -version = "1.1.54" +version = "1.1.55" dependencies = [ "bs58", "clap", @@ -7173,7 +7173,7 @@ dependencies = [ [[package]] name = "nymvisor" -version = "0.1.19" +version = "0.1.20" dependencies = [ "anyhow", "bytes", diff --git a/clients/native/Cargo.toml b/clients/native/Cargo.toml index 337bebf2a9..e54e982e81 100644 --- a/clients/native/Cargo.toml +++ b/clients/native/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nym-client" -version = "1.1.54" +version = "1.1.55" authors = ["Dave Hrycyszyn ", "Jędrzej Stuczyński "] description = "Implementation of the Nym Client" edition = "2021" diff --git a/clients/socks5/Cargo.toml b/clients/socks5/Cargo.toml index c3b4b06e2c..43b88ff3dc 100644 --- a/clients/socks5/Cargo.toml +++ b/clients/socks5/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nym-socks5-client" -version = "1.1.54" +version = "1.1.55" authors = ["Dave Hrycyszyn "] description = "A SOCKS5 localhost proxy that converts incoming messages to Sphinx and sends them to a Nym address" edition = "2021" diff --git a/nym-api/Cargo.toml b/nym-api/Cargo.toml index 4d71e091ab..f9aa37314d 100644 --- a/nym-api/Cargo.toml +++ b/nym-api/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "nym-api" license = "GPL-3.0" -version = "1.1.56" +version = "1.1.57" authors.workspace = true edition = "2021" rust-version.workspace = true diff --git a/nym-node/Cargo.toml b/nym-node/Cargo.toml index 07a528b770..72eb5924eb 100644 --- a/nym-node/Cargo.toml +++ b/nym-node/Cargo.toml @@ -3,7 +3,7 @@ [package] name = "nym-node" -version = "1.10.0" +version = "1.11.0" authors.workspace = true repository.workspace = true homepage.workspace = true diff --git a/service-providers/network-requester/Cargo.toml b/service-providers/network-requester/Cargo.toml index 43794da9c1..8c778f0a0f 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.55" +version = "1.1.56" authors.workspace = true edition.workspace = true rust-version = "1.70" diff --git a/tools/nym-cli/Cargo.toml b/tools/nym-cli/Cargo.toml index b4fa637ee9..ea3d84e2ce 100644 --- a/tools/nym-cli/Cargo.toml +++ b/tools/nym-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nym-cli" -version = "1.1.54" +version = "1.1.55" authors.workspace = true edition = "2021" license.workspace = true diff --git a/tools/nymvisor/Cargo.toml b/tools/nymvisor/Cargo.toml index 6dce2d7112..c71b4b2ed1 100644 --- a/tools/nymvisor/Cargo.toml +++ b/tools/nymvisor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nymvisor" -version = "0.1.19" +version = "0.1.20" authors.workspace = true repository.workspace = true homepage.workspace = true