chore: update changelogs for release

This commit is contained in:
farbanas
2023-03-07 14:30:38 +01:00
parent 3e3307887e
commit 03e082725e
3 changed files with 28 additions and 2 deletions
+15 -1
View File
@@ -4,7 +4,21 @@ Post 1.0.0 release, the changelog format is based on [Keep a Changelog](https://
## [Unreleased]
## [v1.0.11] (2023-02-28)
## [v1.1.12] (2023-03-07)
- Fix generated docs for mixnet and vesting contract on docs.rs ([#3093])
- Introduce a way of injecting topology into the client ([#3044])
- Update mixnet TypeScript client methods #1 ([#2783])
- Update tooltips for routing and average score ([#3133])
- update selected service provider description style ([#3128])
[#3093]: https://github.com/nymtech/nym/issues/3093
[#3044]: https://github.com/nymtech/nym/issues/3044
[#2783]: https://github.com/nymtech/nym/issues/2783
[#3133]: https://github.com/nymtech/nym/pull/3133
[#3128]: https://github.com/nymtech/nym/pull/3128
## [v1.1.11] (2023-02-28)
- Fix empty dealer set loop ([#3105])
- The nym-api db.sqlite is broken when trying to run against it it in `enabled-credentials-mode true` there is an ordering issue with migrations when using the credential binary to purchase bandwidth ([#3100])
+7 -1
View File
@@ -2,7 +2,13 @@
## [Unreleased]
## [v1.0.11] (2023-02-28)
## [v1.1.12] (2023-03-07)
- NymConnect - Update display for selected Service Provider ([#3116])
[#3116]: https://github.com/nymtech/nym/issues/3116
## [v1.1.11] (2023-02-28)
- NC - add the option to manually select and use a specific Service Provider ([#2953])
+6
View File
@@ -2,6 +2,12 @@
## [Unreleased]
## [v1.1.11] (2023-03-07)
- Wallet: optional gas and memo fields ([#2222])
[#2222]: https://github.com/nymtech/nym/issues/2222
## [v1.1.10] (2023-02-20)
- Wallet - Fix send address bug ([#3030])