From 23f0212a16d44d99b0d9b71d5a166e8fa1db302f Mon Sep 17 00:00:00 2001 From: Mark Sinclair Date: Fri, 2 Sep 2022 15:35:06 +0100 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 709ae4b36d..d65d2601df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,9 +12,11 @@ Post 1.0.0 release, the changelog format is based on [Keep a Changelog](https:// ### Changed - validator-client: made `fee` argument optional for `execute` and `execute_multiple` ([#1541]) +- wasm-client: fixed build errors on MacOS and changed example JS code to use mainnet ([#1585]) [#1541]: https://github.com/nymtech/nym/pull/1541 [#1558]: https://github.com/nymtech/nym/pull/1558 +[#1585]: https://github.com/nymtech/nym/pull/1585 ## [nym-binaries-1.0.2](https://github.com/nymtech/nym/tree/nym-binaries-1.0.2)