diff --git a/CHANGELOG.md b/CHANGELOG.md index dbc5cfaefb..c568c43188 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] +## [v1.1.14] (2023-04-04) + +- Investigate cause of qwerty validator being in invalid rewarding state ([#3224]) +- Fix NR config due to changes in #3199 ([#3223]) +- [Issue] Mixnodes and gateway do not close connections properly ([#3187]) +- disable sign-ext when using wasm-opt + update wasm-opt ([#3203]) +- chore: tidy up client `Debug` config section ([#3199]) + +[#3224]: https://github.com/nymtech/nym/issues/3224 +[#3223]: https://github.com/nymtech/nym/issues/3223 +[#3187]: https://github.com/nymtech/nym/issues/3187 +[#3203]: https://github.com/nymtech/nym/pull/3203 +[#3199]: https://github.com/nymtech/nym/pull/3199 + ## [v1.1.13] (2023-03-15) - NE - instead of throwing a "Mixnode/Gateway not found" error for blacklisted nodes due to bad performance, show their history but tag them as "Having poor performance" ([#2979]) diff --git a/contracts/CHANGELOG.md b/contracts/CHANGELOG.md index d622d922fa..c12ca726f4 100644 --- a/contracts/CHANGELOG.md +++ b/contracts/CHANGELOG.md @@ -2,6 +2,15 @@ ## Unreleased +## [v1.1.5] (2023-04-04) +- change in-contract signatures to include nonces and to sign entire payloads for family-related operations ([#3125]) +- change in-contract signatures to include nonces and to sign entire payloads for node bonding (will require wallet changes) ([#3067]) +- removed migration code from mixnet and vesting contracts ([#3207]) + +[#3125]: https://github.com/nymtech/nym/issues/3125 +[#3067]: https://github.com/nymtech/nym/issues/3067 +[#3207]: https://github.com/nymtech/nym/pull/3207 + ## [v1.1.4] (2023-02-21) - Problem 142 (rust-side) ([#3024]) diff --git a/nym-wallet/CHANGELOG.md b/nym-wallet/CHANGELOG.md index 32bba826cb..133ffd6350 100644 --- a/nym-wallet/CHANGELOG.md +++ b/nym-wallet/CHANGELOG.md @@ -2,6 +2,18 @@ ## [Unreleased] +## [v1.2.0] (2023-04-04) + +- Add Version and Location to gateway settings ([#3266]) +- Wallet - bonding screen - short info with link ([#3179]) +- Wallet - discrepancies figma vs wallet ([#2183]) +- Wallet - If a gateway is bonded show gateway settings in the node settings: ([#2242]) + +[#3266]: https://github.com/nymtech/nym/issues/3266 +[#3179]: https://github.com/nymtech/nym/issues/3179 +[#2183]: https://github.com/nymtech/nym/issues/2183 +[#2242]: https://github.com/nymtech/nym/issues/2242 + ## [v1.1.12] (2023-03-15) - Wallet - in the vesting section separate the "Unlocked transferable tokens" into "Unlocked vesting tokens" and "Transferable rewards" for better clarity ([#3132])