From f3b82fa0322f17c6681bc5e34bdfb3d0c3f99631 Mon Sep 17 00:00:00 2001 From: farbanas Date: Wed, 25 Jan 2023 13:08:54 +0100 Subject: [PATCH] updated changelog for the new version of contracts --- contracts/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contracts/CHANGELOG.md b/contracts/CHANGELOG.md index bf594ae209..5baa36317a 100644 --- a/contracts/CHANGELOG.md +++ b/contracts/CHANGELOG.md @@ -1,5 +1,7 @@ ## Unreleased +## [nym-contracts-v1.1.3](https://github.com/nymtech/nym/tree/nym-contracts-v1.1.3) (2022-01-25) + ### Added - vesting-contract: `GetAccountsPaged` and `GetAccountsVestingCoinsPaged` queries for querying multiple accounts simultaneously ([#2791])