From 3c97d0d16b71bdafca6a100ae0dec6e06f20b27f Mon Sep 17 00:00:00 2001 From: farbanas Date: Tue, 14 Feb 2023 07:28:59 -0500 Subject: [PATCH] Updated changelogs --- CHANGELOG.md | 14 ++++++-------- explorer/CHANGELOG.md | 2 +- nym-connect/CHANGELOG.md | 5 +++-- nym-wallet/CHANGELOG.md | 12 ++++++++---- 4 files changed, 18 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e67f596aac..38048653c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,19 +7,17 @@ Post 1.0.0 release, the changelog format is based on [Keep a Changelog](https:// # [v1.1.9] (2023-02-07) ### Added - -- Separate `nym-api` endpoints with values of "total-supply" and "circulating-supply" in `nym` ([#2964]) -- Add `host` option to client init ([#2912]) - Remove Coconut feature flag ([#2793]) -- Don't drop in mixnet connection handler ([#2963]) +- Separate `nym-api` endpoints with values of "total-supply" and "circulating-supply" in `nym` ([#2964]) ### Changed -- native-client: is now capable of listening for requests on sockets different than `127.0.0.1` ([#2939]). This can be specified via `--host` flag during `init` or `run`. Alternatively a custom `host` can be set in `config.toml` file under `socket` section. +- native-client: is now capable of listening for requests on sockets different than `127.0.0.1` ([#2912]). This can be specified via `--host` flag during `init` or `run`. Alternatively a custom `host` can be set in `config.toml` file under `socket` section. - mixnode, gateway: fix unexpected shutdown on corrupted connection ([#2963]) -[#2939]: https://github.com/nymtech/nym/pull/2939 -[#2963]: https://github.com/nymtech/nym/pull/2963 - +[#2793]: https://github.com/nymtech/nym/issues/2793 +[#2912]: https://github.com/nymtech/nym/issues/2912 +[#2964]: https://github.com/nymtech/nym/issues/2964 +[#2963]: https://github.com/nymtech/nym/issues/3017 # [v1.1.8] (2023-01-31) diff --git a/explorer/CHANGELOG.md b/explorer/CHANGELOG.md index 0098db042d..5d5a40da22 100644 --- a/explorer/CHANGELOG.md +++ b/explorer/CHANGELOG.md @@ -2,7 +2,7 @@ - nothing yet -## [nym-explorer-v1.0.5](https://github.com/nymtech/nym/tree/nym-explorer-v1.0.5) (2023-02-07) +## [nym-explorer-v1.0.5](https://github.com/nymtech/nym/tree/nym-explorer-v1.0.5) (2023-02-14) - NE - link `Owner` field on the node detail page to the account details on NG explorer ([#2923]) - NE - Upgrade Sandbox and make below changes: ([#2332]) diff --git a/nym-connect/CHANGELOG.md b/nym-connect/CHANGELOG.md index 2d3331f27e..7c67f24f36 100644 --- a/nym-connect/CHANGELOG.md +++ b/nym-connect/CHANGELOG.md @@ -2,14 +2,15 @@ ## UNRELEASED -## [nym-connect-v1.1.9](https://github.com/nymtech/nym/tree/nym-connect-v1.1.9) (2023-02-07) +## [nym-connect-v1.1.9](https://github.com/nymtech/nym/tree/nym-connect-v1.1.9) (2023-02-14) - Button animations ([#2949]) - add effect when the button is clicked ([#2947]) - UI to select gateways based on some performance criteria by checking gateways' routing score from nym-api ([#2942]) - client health check when connecting ([#2859]) -- allow user to select own gateway +- allow user to select own gateway ([#2952]) +[#2952]: https://github.com/nymtech/nym/issues/2952 [#2949]: https://github.com/nymtech/nym/issues/2949 [#2947]: https://github.com/nymtech/nym/issues/2947 [#2942]: https://github.com/nymtech/nym/issues/2942 diff --git a/nym-wallet/CHANGELOG.md b/nym-wallet/CHANGELOG.md index 4acc10ce22..8dd815a758 100644 --- a/nym-wallet/CHANGELOG.md +++ b/nym-wallet/CHANGELOG.md @@ -4,10 +4,14 @@ ## [nym-wallet-v1.1.9](https://github.com/nymtech/nym/releases/tag/nym-wallet-v1.1.9) (2023-02-14) -- Allow more flexibility for user when setting passwords -- User feedback on weak passwords -- User no longer has to copy mnemonic to continune account creation -- Updated instructional steps for creating accounts with a password +- Allow more flexibility for user when setting passwords ([#2993]) +- User feedback on weak passwords ([#2993]) +- User no longer has to copy mnemonic to continune account creation ([#2948]) +- Updated instructional steps for creating accounts with a password ([#2962]) + +[#2948]: https://github.com/nymtech/nym/issues/2948 +[#2993]: https://github.com/nymtech/nym/issues/2993 +[#2962]: https://github.com/nymtech/nym/issues/2962 ## [nym-wallet-v1.1.8](https://github.com/nymtech/nym/releases/tag/nym-wallet-v1.1.8) (2023-01-24)