diff --git a/CHANGELOG.md b/CHANGELOG.md index 93c9a4370..d6ce35ad1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,15 @@ + +## 1.7.0-1 (2022-03-25) + +#### :bug: Bug Fix +* [#295](https://github.com/lblod/frontend-organization-portal/pull/295) typo fixes for sensitive info ([@nbittich](https://github.com/nbittich)) + +#### Committers: 1 +- Nordine Bittich ([@nbittich](https://github.com/nbittich)) + ## 1.7.0-0 (2022-03-25) #### :rocket: Enhancement diff --git a/package-lock.json b/package-lock.json index a702aee54..d47ece5c3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "frontend-organization-portal", - "version": "1.7.0-0", + "version": "1.7.0-1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "frontend-organization-portal", - "version": "1.7.0-0", + "version": "1.7.0-1", "license": "MIT", "devDependencies": { "@appuniversum/ember-appuniversum": "^1.0.2", diff --git a/package.json b/package.json index 56f2d283d..010b15128 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "frontend-organization-portal", - "version": "1.7.0-0", + "version": "1.7.0-1", "private": true, "description": "Frontend for Contact Hub", "repository": {