From e21142f1bd9e595fcf04ec74916f475bf77bb2ce Mon Sep 17 00:00:00 2001 From: farbanas Date: Tue, 4 Apr 2023 11:51:14 +0200 Subject: [PATCH] update contracts changelog --- contracts/CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contracts/CHANGELOG.md b/contracts/CHANGELOG.md index c2b04dafad..c032a8139b 100644 --- a/contracts/CHANGELOG.md +++ b/contracts/CHANGELOG.md @@ -2,7 +2,7 @@ ## Unreleased -## [v1.1.6] (2023-04-04) +## [v1.3.0] (2023-04-04) - change in-contract signatures to include nonces and to sign entire payloads for family-related operations ([#3125]) - change in-contract signatures to include nonces and to sign entire payloads for node bonding (will require wallet changes) ([#3067]) - removed migration code from mixnet and vesting contracts ([#3207]) @@ -11,7 +11,7 @@ [#3067]: https://github.com/nymtech/nym/issues/3067 [#3207]: https://github.com/nymtech/nym/pull/3207 -## [v1.1.5] (2023-03-21) +## [v1.2.0] (2023-03-21) - Fix contracts and nym-api audit findings ([#3026])