diff --git a/CHANGELOG.md b/CHANGELOG.md index e275c0f244..f2317a5b14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,31 @@ Post 1.0.0 release, the changelog format is based on [Keep a Changelog](https:// ## [Unreleased] -### Added +## [v1.1.9] (2023-02-21) -- dkg resharing mode ([#2936]) - -[#2936]: https://github.com/nymtech/nym/pull/2936 +- Verloc listener causing mixnode unexpected shutdown ([#3038]) +- rust-sdk - update API following implementation experience with the network-requester ([#3001]) +- Prevent coconut deposits in incompatible states ([#2991]) +- Support unavailable signer within threshold ([#2987]) +- Implement DKG re-sharing ([#2935]) +- contracts: add nym prefix to mixnet and vesting contract packages ([#2855]) +- Introduce common interface for all service providers to allow obtaining information such as whether they're online, what binary version they're running, etc. ([#2758]) +- Add client functionality to nym-network-requester ([#1900]) +- nym-api: uptime rework ([#3053]) +- ci: update typescript-lint.yml ([#3035]) +- contracts: add nym prefix to mixnet and vesting contract packages ([#2855]) +[#3038]: https://github.com/nymtech/nym/issues/3038 +[#3001]: https://github.com/nymtech/nym/issues/3001 +[#2991]: https://github.com/nymtech/nym/issues/2991 +[#2987]: https://github.com/nymtech/nym/issues/2987 +[#2935]: https://github.com/nymtech/nym/issues/2935 +[#2855]: https://github.com/nymtech/nym/pull/2855 +[#2758]: https://github.com/nymtech/nym/issues/2758 +[#1900]: https://github.com/nymtech/nym/issues/1900 +[#3053]: https://github.com/nymtech/nym/pull/3053 +[#3035]: https://github.com/nymtech/nym/pull/3035 +[#2855]: https://github.com/nymtech/nym/pull/2855 ## [v1.1.9] (2023-02-07) diff --git a/nym-connect/CHANGELOG.md b/nym-connect/CHANGELOG.md index 4eaec3e939..52edcc5f66 100644 --- a/nym-connect/CHANGELOG.md +++ b/nym-connect/CHANGELOG.md @@ -2,9 +2,11 @@ ## [Unreleased] -## [nym-connect-v1.1.10](https://github.com/nymtech/nym/tree/nym-connect-v1.1.10) (2023-02-21) +## [v1.1.10] (2023-02-21) -- Allow opening and closing of logs within the app +- NC - add logs window for troubleshooting ([#2951]) + +[#2951]: https://github.com/nymtech/nym/issues/2951 ## [nym-connect-v1.1.9](https://github.com/nymtech/nym/tree/nym-connect-v1.1.9) (2023-02-14) diff --git a/nym-wallet/CHANGELOG.md b/nym-wallet/CHANGELOG.md index 6aa9bcd09b..fa1141b782 100644 --- a/nym-wallet/CHANGELOG.md +++ b/nym-wallet/CHANGELOG.md @@ -2,10 +2,15 @@ ## [Unreleased] -## [nym-wallet-v1.1.10](https://github.com/nymtech/nym/releases/tag/nym-wallet-v1.1.10) (2023-02-21) +## [v1.1.10] (2023-02-20) -- Remove non-zero and trailing white spaces -- Add error description on failed send txs +- Wallet - Fix send address bug ([#3030]) +- Wallet - [Issue] the `Operator cost` field in the Playground does not allow values above 100.0000 ([#2998]) +- nym-wallet: fix auto-updated files ([#3043]) + +[#3030]: https://github.com/nymtech/nym/issues/3030 +[#2998]: https://github.com/nymtech/nym/issues/2998 +[#3043]: https://github.com/nymtech/nym/pull/3043 ## [nym-wallet-v1.1.9](https://github.com/nymtech/nym/releases/tag/nym-wallet-v1.1.9) (2023-02-14)