diff --git a/CHANGELOG.md b/CHANGELOG.md index 96638689c..e93641cec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.25.0](https://github.com/dhis2/app-hub/compare/v2.24.0...v2.25.0) (2021-08-31) + + +### Features + +* AppVersion API ([#528](https://github.com/dhis2/app-hub/issues/528)) ([b0d6899](https://github.com/dhis2/app-hub/commit/b0d689920c6a9721d4840d943228969e91f35b4e)) + # [2.24.0](https://github.com/dhis2/app-hub/compare/v2.23.7...v2.24.0) (2021-08-09) diff --git a/client/package.json b/client/package.json index d45e0bf1f..9343e16ae 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "client", - "version": "2.24.0", + "version": "2.25.0", "description": "The App Hub Client", "repository": "https://github.com/dhis2/app-hub", "author": "Birk Johansson ", diff --git a/package.json b/package.json index bd3ee6ad9..98b9420d5 100644 --- a/package.json +++ b/package.json @@ -36,5 +36,5 @@ "cypress-cucumber-preprocessor": { "nonGlobalStepDefinitions": true }, - "version": "2.24.0" + "version": "2.25.0" } diff --git a/server/package.json b/server/package.json index 88c95eb23..6fd7388a6 100644 --- a/server/package.json +++ b/server/package.json @@ -1,6 +1,6 @@ { "name": "server", - "version": "2.24.0", + "version": "2.25.0", "description": "The App Hub Server", "main": "src/main.js", "repository": "https://github.com/dhis2/app-hub", diff --git a/tools/package.json b/tools/package.json index 4dbcdadef..91bc07510 100644 --- a/tools/package.json +++ b/tools/package.json @@ -1,6 +1,6 @@ { "name": "tools", - "version": "2.24.0", + "version": "2.25.0", "description": "", "main": "clone.js", "repository": "https://github.com/dhis2/app-hub",