diff --git a/contracts/CHANGELOG.md b/contracts/CHANGELOG.md index c192eab3ae..d52edc427d 100644 --- a/contracts/CHANGELOG.md +++ b/contracts/CHANGELOG.md @@ -1,10 +1,14 @@ ## Unreleased -## Added +## [nym-contracts-v1.1.2](https://github.com/nymtech/nym/tree/nym-contracts-v1.1.2) (2022-12-07) + +### 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],[#1769]) - Added an option to pledge additional tokens without the need to rebond minxode ([#1679]) +- Added support for node families ([#1670]) +[#1670]: https://github.com/nymtech/nym/pull/1670 [#1679]: https://github.com/nymtech/nym/pull/1679 [#1759]: https://github.com/nymtech/nym/pull/1759 [#1769]: https://github.com/nymtech/nym/pull/1769 @@ -95,4 +99,4 @@ [#1292]: https://github.com/nymtech/nym/pull/1292 [#1331]: https://github.com/nymtech/nym/pull/1331 [#1369]: https://github.com/nymtech/nym/pull/1369 -[#1373]: https://github.com/nymtech/nym/pull/1373 \ No newline at end of file +[#1373]: https://github.com/nymtech/nym/pull/1373 diff --git a/contracts/mixnet/Cargo.toml b/contracts/mixnet/Cargo.toml index d4d0ac43a5..6dc7273c18 100644 --- a/contracts/mixnet/Cargo.toml +++ b/contracts/mixnet/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mixnet-contract" -version = "1.1.0" +version = "1.1.2" authors = ["Dave Hrycyszyn "] edition = "2021" diff --git a/contracts/vesting/Cargo.toml b/contracts/vesting/Cargo.toml index e13491a4f6..dd8d2966f0 100644 --- a/contracts/vesting/Cargo.toml +++ b/contracts/vesting/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vesting-contract" -version = "1.1.0" +version = "1.1.2" authors = ["Drazen Urch "] edition = "2021"