From cb7e57b5f8efbe92283e411b752c8ee1eea791c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=20H=C3=A4ggblad?= Date: Thu, 24 Nov 2022 23:29:37 +0100 Subject: [PATCH] changelog: add missing entry for fixing message decrypt in gateway-client --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) 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)