From 0ddb30a98aeac6f0f4138e84ead46795a4263013 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jose=20Manuel=20Mari=C3=B1as=20Bascoy?= Date: Tue, 9 Jan 2024 12:13:52 +0100 Subject: [PATCH] update version and changelog --- modules/client/CHANGELOG.md | 4 ++++ modules/client/package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/modules/client/CHANGELOG.md b/modules/client/CHANGELOG.md index 7afc84677..3860530d3 100644 --- a/modules/client/CHANGELOG.md +++ b/modules/client/CHANGELOG.md @@ -18,6 +18,10 @@ TEMPLATE: --> ## [UPCOMING] +### Fixed +- Compare with dao address in `validatePluginUpdateProposal` + +## [1.21.1] ### Changed - Chore: Changed voters and approvers count to 1000 from the default value of 100 in Proposal Queries diff --git a/modules/client/package.json b/modules/client/package.json index e7bc84793..bd861568f 100644 --- a/modules/client/package.json +++ b/modules/client/package.json @@ -1,7 +1,7 @@ { "name": "@aragon/sdk-client", "author": "Aragon Association", - "version": "1.21.1", + "version": "1.21.2", "license": "MIT", "main": "dist/index.js", "module": "dist/sdk-client.esm.js",