Skip to content

Commit

Permalink
Update changelog and bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
benedettadavico committed Feb 14, 2024
1 parent 9b44674 commit 3771cb9
Show file tree
Hide file tree
Showing 14 changed files with 45 additions and 24 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,23 @@ Post 1.0.0 release, the changelog format is based on [Keep a Changelog](https://

## [Unreleased]

## [2024.1-marabou] (2024-02-15)

**New Features:**
- Introduced nymvisor support for nym-api, gateway, and mixnode binaries ([#4158])
- Revamped nym-api execution with the addition of init and run commands ([#4225])

**Enhancements:**
- Implemented internal improvements for gateways to optimize internal packet routing
- Improved routing score calculation

**Bug Fixes:**
- Resolved various bugs to enhance overall stability

[#4158]: https://github.com/nymtech/nym/pull/4158
[#4225]: https://github.com/nymtech/nym/pull/4225


## [2023.5-rolo] (2023-11-28)

- Gateway won't open websocket listener until embedded Network Requester becomes available ([#4166])
Expand Down
2 changes: 1 addition & 1 deletion clients/native/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "nym-client"
version = "1.1.32"
version = "1.1.33"
authors = ["Dave Hrycyszyn <futurechimp@users.noreply.github.com>", "Jędrzej Stuczyński <andrew@nymtech.net>"]
description = "Implementation of the Nym Client"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion clients/socks5/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "nym-socks5-client"
version = "1.1.32"
version = "1.1.33"
authors = ["Dave Hrycyszyn <futurechimp@users.noreply.github.com>"]
description = "A SOCKS5 localhost proxy that converts incoming messages to Sphinx and sends them to a Nym address"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion explorer-api/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "explorer-api"
version = "1.1.32"
version = "1.1.33"
edition = "2021"
license.workspace = true

Expand Down
2 changes: 1 addition & 1 deletion gateway/Cargo.toml
Expand Up @@ -4,7 +4,7 @@
[package]
name = "nym-gateway"
license = "GPL-3.0"
version = "1.1.32"
version = "1.1.33"
authors = [
"Dave Hrycyszyn <futurechimp@users.noreply.github.com>",
"Jędrzej Stuczyński <andrew@nymtech.net>",
Expand Down
2 changes: 1 addition & 1 deletion mixnode/Cargo.toml
Expand Up @@ -4,7 +4,7 @@
[package]
name = "nym-mixnode"
license = "GPL-3.0"
version = "1.1.34"
version = "1.1.35"
authors = [
"Dave Hrycyszyn <futurechimp@users.noreply.github.com>",
"Jędrzej Stuczyński <andrew@nymtech.net>",
Expand Down
2 changes: 1 addition & 1 deletion nym-api/Cargo.toml
Expand Up @@ -4,7 +4,7 @@
[package]
name = "nym-api"
license = "GPL-3.0"
version = "1.1.34"
version = "1.1.35"
authors = [
"Dave Hrycyszyn <futurechimp@users.noreply.github.com>",
"Jędrzej Stuczyński <andrew@nymtech.net>",
Expand Down
26 changes: 15 additions & 11 deletions nym-wallet/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 nym-wallet/package.json
@@ -1,6 +1,6 @@
{
"name": "@nymproject/nym-wallet-app",
"version": "1.2.12-rc.2",
"version": "1.2.13",
"license": "MIT",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion nym-wallet/src-tauri/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "nym_wallet"
version = "1.2.11"
version = "1.2.12"
description = "Nym Native Wallet"
authors = ["Nym Technologies SA"]
license = ""
Expand Down
2 changes: 1 addition & 1 deletion nym-wallet/src-tauri/tauri.conf.json
@@ -1,7 +1,7 @@
{
"package": {
"productName": "nym-wallet",
"version": "1.2.11"
"version": "1.2.12"
},
"build": {
"distDir": "../dist",
Expand Down
2 changes: 1 addition & 1 deletion service-providers/network-requester/Cargo.toml
Expand Up @@ -4,7 +4,7 @@
[package]
name = "nym-network-requester"
license = "GPL-3.0"
version = "1.1.32"
version = "1.1.33"
authors.workspace = true
edition.workspace = true
rust-version = "1.65"
Expand Down
2 changes: 1 addition & 1 deletion service-providers/network-statistics/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "nym-network-statistics"
version = "1.1.32"
version = "1.1.33"
edition = "2021"
license.workspace = true

Expand Down
4 changes: 2 additions & 2 deletions tools/nym-cli/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "nym-cli"
version = "1.1.33"
version = "1.1.34"
authors.workspace = true
edition = "2021"
license.workspace = true
Expand Down Expand Up @@ -30,4 +30,4 @@ nym-network-defaults = { path = "../../common/network-defaults" }
[package.metadata.deb]
name = "nym-cli"
maintainer-scripts = "debian"
systemd-units = { enable = false }
systemd-units = { enable = false }

0 comments on commit 3771cb9

Please sign in to comment.