Release/nym wallet v1.0.4 (#1248)

* Bumped up version numbers to 1.0.1

* Updated changelog attempting to use new format

* Bumped up wallet version number

* Updated changelog attempting to use new format

* Updated tauri version
This commit is contained in:
Jędrzej Stuczyński
2022-05-04 18:03:08 +02:00
committed by GitHub
parent 945dda0c24
commit 777fcf8cb3
4 changed files with 9 additions and 4 deletions
+6 -1
View File
@@ -2,6 +2,12 @@
## [Unreleased]
## [nym-wallet-v1.0.4](https://github.com/nymtech/nym/tree/nym-wallet-v1.0.4) (2022-05-04)
### Changed
- all: the default behaviour of validator client is changed to use `broadcast_sync` and poll for transaction inclusion instead of using `broadcast_commit` to deal with timeouts ([#1246])
## [v1.0.1](https://github.com/nymtech/nym/tree/v1.0.1) (2022-05-04)
### Added
@@ -19,7 +25,6 @@
[#1238]: https://github.com/nymtech/nym/pull/1238
[#1246]: https://github.com/nymtech/nym/pull/1246
## [v1.0.0](https://github.com/nymtech/nym/tree/v1.0.0) (2022-05-03)
[Full Changelog](https://github.com/nymtech/nym/compare/v0.12.1...v1.0.0)
+1 -1
View File
@@ -2946,7 +2946,7 @@ dependencies = [
[[package]]
name = "nym_wallet"
version = "1.0.3"
version = "1.0.4"
dependencies = [
"aes-gcm",
"argon2",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "nym_wallet"
version = "1.0.3"
version = "1.0.4"
description = "Nym Native Wallet"
authors = ["Nym Technologies SA"]
license = ""
+1 -1
View File
@@ -1,7 +1,7 @@
{
"package": {
"productName": "nym-wallet",
"version": "1.0.3"
"version": "1.0.4"
},
"build": {
"distDir": "../dist",