From cf903aa2e59940c7edb1157b50251cd112b30c8e Mon Sep 17 00:00:00 2001 From: farbanas Date: Tue, 17 Jan 2023 13:30:31 +0100 Subject: [PATCH] updated changelogs --- CHANGELOG.md | 11 ++++++++--- explorer/CHANGELOG.md | 6 ++++++ nym-connect/CHANGELOG.md | 6 ++++++ nym-wallet/CHANGELOG.md | 6 ++++++ 4 files changed, 26 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5080d62aa..2bd45f147e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,24 +2,29 @@ Post 1.0.0 release, the changelog format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [v1.1.6] (2023-01-17) ### Added ### Changed +- streamline override_config functions -> there's a lot of duplicate if statements everywhere ([#2774]) +- clean-up nym-api startup arguments/flags to use clap 3 and its macro-derived arguments ([#2772]) - renamed all references to validator_api to nym_api -- renamed all references to nymd to nyxd +- renamed all references to nymd to nyxd ([#2696]) - all-binaries: standarised argument names (note: old names should still be accepted) ([#2762] ### Fixed - nym-api: should now correctly use `rewarding.enabled` config flag ([#2753]) +[#2696]: https://github.com/nymtech/nym/pull/2696 [#2753]: https://github.com/nymtech/nym/pull/2753 [#2762]: https://github.com/nymtech/nym/pull/2762 +[#2772]: https://github.com/nymtech/nym/pull/2772 +[#2774]: https://github.com/nymtech/nym/pull/2774 -## [v1.1.5] (2022-01-10) +## [v1.1.5] (2023-01-10) ### Added diff --git a/explorer/CHANGELOG.md b/explorer/CHANGELOG.md index e55425407b..fc1cf8a756 100644 --- a/explorer/CHANGELOG.md +++ b/explorer/CHANGELOG.md @@ -1,5 +1,11 @@ ## UNRELEASED +## [nym-explorer-v1.0.2](https://github.com/nymtech/nym/tree/nym-explorer-v1.0.2) (2023-01-17) + +- changing the explorers guru link ([#2820]) + +[#2820]: https://github.com/nymtech/nym/pull/2820 + ## [nym-explorer-v1.0.1](https://github.com/nymtech/nym/tree/nym-explorer-v1.0.1) (2023-01-10) - Feat/2161 ne gate version by @gala1234 in https://github.com/nymtech/nym/pull/2743 diff --git a/nym-connect/CHANGELOG.md b/nym-connect/CHANGELOG.md index c663d3e140..17bc105f2b 100644 --- a/nym-connect/CHANGELOG.md +++ b/nym-connect/CHANGELOG.md @@ -2,6 +2,12 @@ ## UNRELEASED +## [nym-connect-v1.1.6](https://github.com/nymtech/nym/tree/nym-connect-v1.1.6) (2023-01-17) + +- part (1) show gateway status on the UI if the gateway is not live, is overloaded or is slow ([#2824]) + +[#2824]: https://github.com/nymtech/nym/pull/2824 + ## [nym-connect-v1.1.5](https://github.com/nymtech/nym/tree/nym-connect-v1.1.5) (2023-01-10) - get version number from tauri and display by @fmtabbara in https://github.com/nymtech/nym/pull/2684 diff --git a/nym-wallet/CHANGELOG.md b/nym-wallet/CHANGELOG.md index 2f12762e73..7e5efac2f3 100644 --- a/nym-wallet/CHANGELOG.md +++ b/nym-wallet/CHANGELOG.md @@ -2,6 +2,12 @@ ## UNRELEASED +## [nym-wallet-v1.1.7](https://github.com/nymtech/nym/releases/tag/nym-wallet-v1.1.7) (2023-01-17) + +- link to the ng mixnet explorer for account info ([#2823]) + +[#2823]: https://github.com/nymtech/nym/pull/2823 + ## [nym-wallet-v1.1.6](https://github.com/nymtech/nym/releases/tag/nym-wallet-v1.1.6) (2023-01-10) - Fix param input layout **1.1.5 Release** by @fmtabbara in https://github.com/nymtech/nym/pull/2720