diff --git a/CHANGELOG.md b/CHANGELOG.md index de700926d1..5d6d57cd6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)