From 273dc41559ab4f3ca4a20a8dd12da244e76d419a Mon Sep 17 00:00:00 2001 From: farbanas Date: Tue, 10 Jan 2023 13:43:09 +0100 Subject: [PATCH] feat: update changelogs --- CHANGELOG.md | 17 ++++++++++------- explorer/CHANGELOG.md | 8 ++++++++ nym-connect/CHANGELOG.md | 7 +++++++ nym-wallet/CHANGELOG.md | 8 +++++++- 4 files changed, 32 insertions(+), 8 deletions(-) create mode 100644 explorer/CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md index b55407afe4..02a8caa0b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,16 +6,19 @@ Post 1.0.0 release, the changelog format is based on [Keep a Changelog](https:// ### Added -- socks5: send status message for service ready, and network-requester error response +- socks5: send status message for service ready, and network-requester error response in https://github.com/nymtech/nym/pull/2715 ### Changed -- all-binaries: improved error logging ([#2686]) -- native client: bring shutdown logic up to the same level as socks5-client -- nym-api, coconut-dkg contract: automatic, time-based dkg epoch state advancement ([#2670]) - -[#2686]: https://github.com/nymtech/nym/pull/2686 -[#2670]: https://github.com/nymtech/nym/pull/2670 +- all-binaries: improved error logging in https://github.com/nymtech/nym/pull/2686 +- native client: bring shutdown logic up to the same level as socks5-client in https://github.com/nymtech/nym/pull/2695 +- nym-api, coconut-dkg contract: automatic, time-based dkg epoch state advancement in https://github.com/nymtech/nym/pull/2670 +- DKG resharing unit test by @neacsu in https://github.com/nymtech/nym/pull/2668 +- Renaming validator-api to nym-api by @futurechimp in https://github.com/nymtech/nym/pull/1863 +- Modify wasm specific make targets by @neacsu in https://github.com/nymtech/nym/pull/2693 +- client: create websocket handler builder by @octol in https://github.com/nymtech/nym/pull/2700 +- Outfox and Lion by @durch in https://github.com/nymtech/nym/pull/2730 +- Feature/multi surb transmission lanes by @jstuczyn in https://github.com/nymtech/nym/pull/2723 ## [v1.1.4] (2022-12-20) diff --git a/explorer/CHANGELOG.md b/explorer/CHANGELOG.md new file mode 100644 index 0000000000..e55425407b --- /dev/null +++ b/explorer/CHANGELOG.md @@ -0,0 +1,8 @@ +## UNRELEASED + +## [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 +- fix(explorer): set gateway bond 6 decimals by @doums in https://github.com/nymtech/nym/pull/2741 +- Feat/2130 tables update rebase by @gala1234 in https://github.com/nymtech/nym/pull/2742 +- fix(explorer,explorer-api): mixnode location by @doums in https://github.com/nymtech/nym-api diff --git a/nym-connect/CHANGELOG.md b/nym-connect/CHANGELOG.md index 8e6d4eb168..b515382104 100644 --- a/nym-connect/CHANGELOG.md +++ b/nym-connect/CHANGELOG.md @@ -1,5 +1,12 @@ ## UNRELEASED +## [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 +- Feature/nym connect experimental software text by @fmtabbara in https://github.com/nymtech/nym/pull/2692 +- NymConnect - Display service info in tooltip **1.1.5 Release** by @fmtabbara in https://github.com/nymtech/nym/pull/2704 +- Feat/2130 tables update rebase by @gala1234 in https://github.com/nymtech/nym/pull/2742 + ## [nym-connect-v1.1.4](https://github.com/nymtech/nym/tree/nym-connect-v1.1.4) (2022-12-20) This release contains the new opt-in Test & Earn program, and it uses a stress-tested directory of network requesters to improve reliability. It also has some bugfixes, performance improvements, and better error handling. diff --git a/nym-wallet/CHANGELOG.md b/nym-wallet/CHANGELOG.md index 4f6a5d089a..14103948e3 100644 --- a/nym-wallet/CHANGELOG.md +++ b/nym-wallet/CHANGELOG.md @@ -1,6 +1,12 @@ # Changelog -## UNRELEASED +## [nym-wallet-v1.1.6](https://github.com/nymtech/nym/releases/tag/nym-wallet-v1.1.6) (2023-01-10) + +- wallet: rewrite some abci errors on the fly by @octol in https://github.com/nymtech/nym/pull/2716 +- Feature/node settings apy playground by @fmtabbara in https://github.com/nymtech/nym/pull/1677 +- Fix param input layout **1.1.5 Release** by @fmtabbara in https://github.com/nymtech/nym/pull/2720 +- Add epoch info to unbond modal **1.1.5 Release** by @fmtabbara in https://github.com/nymtech/nym/pull/2718 +- Feat/2130 tables update rebase by @gala1234ss as url param by @doums in https://github.com/nymtech/nym/pull/2780 ## [nym-wallet-v1.1.5](https://github.com/nymtech/nym/releases/tag/nym-wallet-v1.1.5) (2022-12-22)