changelog: add missing entry for fixing message decrypt in gateway-client

This commit is contained in:
Jon Häggblad
2022-11-24 23:29:37 +01:00
parent 17f89aecd5
commit cb7e57b5f8
+5
View File
@@ -18,11 +18,16 @@ Post 1.0.0 release, the changelog format is based on [Keep a Changelog](https://
- multisig contract: add DKG contract to the list of addresses that can create proposals ([#1747])
- socks5-client: wait closing inbound connection until data is sent, and throttle incoming data in general ([#1783])
### Fixed
- gateway-client: fix decrypting stored messages on reconnect ([#1786])
[#1678]: https://github.com/nymtech/nym/pull/1678
[#1708]: https://github.com/nymtech/nym/pull/1708
[#1720]: https://github.com/nymtech/nym/pull/1720
[#1747]: https://github.com/nymtech/nym/pull/1747
[#1783]: https://github.com/nymtech/nym/pull/1783
[#1786]: https://github.com/nymtech/nym/pull/1786
## [v1.1.0](https://github.com/nymtech/nym/tree/v1.1.0) (2022-11-09)