diff --git a/CHANGELOG.md b/CHANGELOG.md index 865ff6afe..9b6c29aba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.1.2](https://github.com/dhis2/app-hub/compare/v2.1.1...v2.1.2) (2020-04-16) + + +### Bug Fixes + +* add migration to fix users with orgs-view ([4e67b74](https://github.com/dhis2/app-hub/commit/4e67b7456f9bdeb0098c9e088be290e39df1843d)) + ## [2.1.1](https://github.com/dhis2/app-hub/compare/v2.1.0...v2.1.1) (2020-04-02) diff --git a/client/package.json b/client/package.json index cedf13e08..5d78497b4 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "client", - "version": "2.1.1", + "version": "2.1.2", "description": "The App Hub Client", "main": "src/index.js", "repository": "https://github.com/dhis2/app-hub", diff --git a/package.json b/package.json index f3cd701c9..431e1b3a0 100644 --- a/package.json +++ b/package.json @@ -27,5 +27,5 @@ "cypress-cucumber-preprocessor": { "nonGlobalStepDefinitions": true }, - "version": "2.1.1" + "version": "2.1.2" } diff --git a/server/package.json b/server/package.json index 23606e1c9..2efc44dd6 100644 --- a/server/package.json +++ b/server/package.json @@ -1,6 +1,6 @@ { "name": "server", - "version": "2.1.1", + "version": "2.1.2", "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 a631b6e88..2aeefb0fc 100644 --- a/tools/package.json +++ b/tools/package.json @@ -1,6 +1,6 @@ { "name": "tools", - "version": "2.1.1", + "version": "2.1.2", "description": "", "main": "clone.js", "repository": "https://github.com/dhis2/app-hub",