diff --git a/CHANGELOG.md b/CHANGELOG.md index c9e653188..83edf9c69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ + +## 1.5.4 (2022-02-10) + +#### :rocket: Enhancement +* [#250](https://github.com/lblod/frontend-contact-hub/pull/250) Add support for primary and secondary contact information ([@Windvis](https://github.com/Windvis)) + +#### Committers: 2 +- Nordine Bittich ([@nbittich](https://github.com/nbittich)) +- Sam Van Campenhout ([@Windvis](https://github.com/Windvis)) + ## 1.5.3 (2022-02-01) #### :bug: Bug Fix diff --git a/package-lock.json b/package-lock.json index 557fa771b..47cb8d268 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "frontend-contact-hub", - "version": "1.5.3", + "version": "1.5.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "frontend-contact-hub", - "version": "1.5.3", + "version": "1.5.4", "license": "MIT", "devDependencies": { "@appuniversum/ember-appuniversum": "^0.6.6", diff --git a/package.json b/package.json index 31cf0a78b..d306930e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "frontend-contact-hub", - "version": "1.5.3", + "version": "1.5.4", "private": true, "description": "Frontend for Contact Hub", "repository": {