diff --git a/CHANGELOG.md b/CHANGELOG.md index d6652e4fa..9e26d0694 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.28.1](https://github.com/dhis2/app-hub/compare/v2.28.0...v2.28.1) (2021-11-12) + + +### Bug Fixes + +* download unapproved apps ([#578](https://github.com/dhis2/app-hub/issues/578)) ([b49597e](https://github.com/dhis2/app-hub/commit/b49597e8faa58be40a594ce3f973dd8778af3e75)) + # [2.28.0](https://github.com/dhis2/app-hub/compare/v2.27.2...v2.28.0) (2021-11-03) diff --git a/client/package.json b/client/package.json index 70b4461e2..a159164ad 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "client", - "version": "2.28.0", + "version": "2.28.1", "description": "The App Hub Client", "repository": "https://github.com/dhis2/app-hub", "author": "Birk Johansson ", diff --git a/package.json b/package.json index 75f953d21..cee63b351 100644 --- a/package.json +++ b/package.json @@ -36,5 +36,5 @@ "cypress-cucumber-preprocessor": { "nonGlobalStepDefinitions": true }, - "version": "2.28.0" + "version": "2.28.1" } diff --git a/server/package.json b/server/package.json index 8452e5879..6683d9ea3 100644 --- a/server/package.json +++ b/server/package.json @@ -1,6 +1,6 @@ { "name": "server", - "version": "2.28.0", + "version": "2.28.1", "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 3d479b1c3..f5ebb42ed 100644 --- a/tools/package.json +++ b/tools/package.json @@ -1,6 +1,6 @@ { "name": "tools", - "version": "2.28.0", + "version": "2.28.1", "description": "", "main": "clone.js", "repository": "https://github.com/dhis2/app-hub",