Skip to content

Commit

Permalink
Merge pull request #4169 from nymtech/benedettadavico-patch-1
Browse files Browse the repository at this point in the history
Update CHANGELOG.md and Bump versions
  • Loading branch information
tommyv1987 authored Nov 22, 2023
2 parents acf149e + ab1c720 commit adea696
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ Post 1.0.0 release, the changelog format is based on [Keep a Changelog](https://

## [Unreleased]

## [2023.nyxd-upgrade] (2023-11-22)

- Chore/nyxd 043 upgrade ([#3968])

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

## [2023.4-galaxy] (2023-11-07)

- DRY up client cli ([#4077])
Expand Down
4 changes: 2 additions & 2 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 nym-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[package]
name = "nym-api"
version = "1.1.32"
version = "1.1.33"
authors = [
"Dave Hrycyszyn <[email protected]>",
"Jędrzej Stuczyński <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion nym-wallet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nymproject/nym-wallet-app",
"version": "1.2.10",
"version": "1.2.11",
"main": "index.js",
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion nym-wallet/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nym_wallet"
version = "1.2.10"
version = "1.2.11"
description = "Nym Native Wallet"
authors = ["Nym Technologies SA"]
license = ""
Expand Down
2 changes: 1 addition & 1 deletion nym-wallet/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"package": {
"productName": "nym-wallet",
"version": "1.2.10"
"version": "1.2.11"
},
"build": {
"distDir": "../dist",
Expand Down
2 changes: 1 addition & 1 deletion tools/nym-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nym-cli"
version = "1.1.31"
version = "1.1.32"
authors.workspace = true
edition = "2021"

Expand Down

0 comments on commit adea696

Please sign in to comment.