diff --git a/CHANGELOG.md b/CHANGELOG.md index 76724b9cf..9f025a5ba 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [1.14.0](https://github.com/informatievlaanderen/organisation-registry/compare/v1.13.0...v1.14.0) (2020-02-18) + + +### Bug Fixes + +* add missing bank account fields ([7b5a879](https://github.com/informatievlaanderen/organisation-registry/commit/7b5a8798ad06f38753d899c58b8d7624b0f238f1)) + + +### Features + +* use dev uris in launchSettings ([d72fa9d](https://github.com/informatievlaanderen/organisation-registry/commit/d72fa9df58e4e0d03dbde690a733b96f74a4bc79)) + # [1.13.0](https://github.com/informatievlaanderen/organisation-registry/compare/v1.12.0...v1.13.0) (2020-02-17) diff --git a/package-lock.json b/package-lock.json index ae4fa9471..273fead64 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "organisation-registry", - "version": "1.13.0", + "version": "1.14.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9a2fbab2e..5704c2b5e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "organisation-registry", - "version": "1.13.0", + "version": "1.14.0", "description": "Authentic organisation registry.", "author": "Basisregisters Vlaanderen", "license": "EUPL-1.2",