diff --git a/modules/client/CHANGELOG.md b/modules/client/CHANGELOG.md index 1bbffeeae..aab5c9c39 100644 --- a/modules/client/CHANGELOG.md +++ b/modules/client/CHANGELOG.md @@ -19,6 +19,12 @@ TEMPLATE: ## [UPCOMING] +### Fixed + +- Dao upgrade validation not removing Dao update action when validating plugin update + +## [1.20.2] + - Add support for v1.0.0 and v1.3.0 build metadata - Fixed toLowerCase in subgraphQuery diff --git a/modules/client/package.json b/modules/client/package.json index 74db3013a..199245446 100644 --- a/modules/client/package.json +++ b/modules/client/package.json @@ -1,7 +1,7 @@ { "name": "@aragon/sdk-client", "author": "Aragon Association", - "version": "1.20.2", + "version": "1.20.3", "license": "MIT", "main": "dist/index.js", "module": "dist/sdk-client.esm.js", @@ -87,4 +87,4 @@ "testEnvironment": "./test-environment.ts", "testTimeout": 120000 } -} +} \ No newline at end of file