From dc2b1c6d2a2865ac6e5e3c1080b1e80c8dfd3ce4 Mon Sep 17 00:00:00 2001 From: joeiacono2021 <90098521+joeiacono2021@users.noreply.github.com> Date: Tue, 7 Feb 2023 15:08:27 +0000 Subject: [PATCH] changelog changes for release 1.1.9 --- CHANGELOG.md | 14 ++++++++++++-- explorer/CHANGELOG.md | 7 +++++++ nym-connect/CHANGELOG.md | 11 +++++++++-- 3 files changed, 28 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9eaa9db428..60586b278c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,14 +4,24 @@ Post 1.0.0 release, the changelog format is based on [Keep a Changelog](https:// # [Unreleased] +# [v1.1.9] (2023-02-07) + ### Added -- remove coconut feature and unify builds ([#2890]) +- 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]) + +[#2964]: https://github.com/nymtech/nym/issues/2964 +[#2912]: https://github.com/nymtech/nym/issues/2912 +[#2793]: https://github.com/nymtech/nym/issues/2793 + +### 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. -[#2890]: https://github.com/nymtech/nym/pull/2890 [#2939]: https://github.com/nymtech/nym/pull/2939 + # [v1.1.8] (2023-01-31) ### Added diff --git a/explorer/CHANGELOG.md b/explorer/CHANGELOG.md index 2bdbaeab0e..82d32536fe 100644 --- a/explorer/CHANGELOG.md +++ b/explorer/CHANGELOG.md @@ -1,4 +1,11 @@ ## UNRELEASED +## [nym-explorer-v1.0.5](https://github.com/nymtech/nym/tree/nym-explorer-v1.0.5) (2023-01-31) + +- 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]) + +[#2923]: https://github.com/nymtech/nym/issues/2923 +[#2332]: https://github.com/nymtech/nym/issues/2332 ## [nym-explorer-v1.0.4](https://github.com/nymtech/nym/tree/nym-explorer-v1.0.4) (2023-01-31) diff --git a/nym-connect/CHANGELOG.md b/nym-connect/CHANGELOG.md index 14f463bc8b..5c0a81945a 100644 --- a/nym-connect/CHANGELOG.md +++ b/nym-connect/CHANGELOG.md @@ -4,8 +4,15 @@ ## [nym-connect-v1.1.9](https://github.com/nymtech/nym/tree/nym-connect-v1.1.9) (2023-02-07) -- Only allow connections to gateways with performance >= 90% -- Perform health check on inital connection. Provide user feedback on a failed/bad health check +- NC - Button animations ([#2949]) +- NC - add effect when the button is clicked ([#2947]) +- NC - UI to select gateways based on some performance criteria by checking gateways' routing score from nym-api ([#2942]) +- NC - client health check when connecting ([#2859]) + +[#2949]: https://github.com/nymtech/nym/issues/2949 +[#2947]: https://github.com/nymtech/nym/issues/2947 +[#2942]: https://github.com/nymtech/nym/issues/2942 +[#2859]: https://github.com/nymtech/nym/issues/2859 ## [nym-connect-v1.1.8](https://github.com/nymtech/nym/tree/nym-connect-v1.1.8) (2023-01-31)