From f46c0142e7160d747b88b410ff36b2a4e2a3e8ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C4=99drzej=20Stuczy=C5=84ski?= Date: Tue, 15 Nov 2022 16:28:15 +0000 Subject: [PATCH] Updated changelog --- contracts/CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/contracts/CHANGELOG.md b/contracts/CHANGELOG.md index 3de60bd6f4..013be328af 100644 --- a/contracts/CHANGELOG.md +++ b/contracts/CHANGELOG.md @@ -1,3 +1,11 @@ +## Unreleased + +## Added + +- Added migration code to the mixnet contract to allow updating stored vesting contract address to make it easier to deploy any future environments ([#1759]) + +[#1759]: https://github.com/nymtech/nym/pull/1759 + ## [nym-contracts-v1.1.0](https://github.com/nymtech/nym/tree/nym-contracts-v1.1.0) (2022-11-09) ### Changed