Skip to content

Commit

Permalink
update wallet versions and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
benedettadavico committed Nov 18, 2024
1 parent 086b4f6 commit b5f1d67
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions nym-wallet/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

## [Unreleased]

## [2024.13-magura] (2024-11-18)

- bugfix: [wallet] displaying delegations for native nymnodes ([#5087])
- bugfix: wallet backend fixes ([#5070])
- Feature/wallet bonding fixes ([#5064])

[#5087]: https://github.com/nymtech/nym/pull/5087
[#5070]: https://github.com/nymtech/nym/pull/5070
[#5064]: https://github.com/nymtech/nym/pull/5064

## [v1.2.13] (2024-05-08)

- Bug fix: wallet delegations list is empty when RPC node doesn't hold block ([#4565])
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.14",
"version": "1.2.15",
"license": "MIT",
"main": "index.js",
"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.14"
version = "1.2.15"
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.14"
"version": "1.2.15"
},
"build": {
"distDir": "../dist",
Expand Down

0 comments on commit b5f1d67

Please sign in to comment.