diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f6efcf6b..623732fbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,15 @@ + +## 1.7.0-4 (2022-03-30) + +#### :bug: Bug Fix +* [#300](https://github.com/lblod/frontend-organization-portal/pull/300) fix feature municipality ([@nbittich](https://github.com/nbittich)) + +#### Committers: 1 +- Nordine Bittich ([@nbittich](https://github.com/nbittich)) + ## 1.7.0-3 (2022-03-29) #### :bug: Bug Fix diff --git a/package-lock.json b/package-lock.json index 0a5158d48..30c3965bc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "frontend-organization-portal", - "version": "1.7.0-3", + "version": "1.7.0-4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "frontend-organization-portal", - "version": "1.7.0-3", + "version": "1.7.0-4", "license": "MIT", "devDependencies": { "@appuniversum/ember-appuniversum": "^1.0.2", diff --git a/package.json b/package.json index 52be01aa4..77a812819 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "frontend-organization-portal", - "version": "1.7.0-3", + "version": "1.7.0-4", "private": true, "description": "Frontend for Contact Hub", "repository": {