diff --git a/CHANGELOG.md b/CHANGELOG.md index aaf98d9b2..57013c1e7 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [1.19.0](https://github.com/informatievlaanderen/organisation-registry/compare/v1.18.0...v1.19.0) (2020-03-10) + + +### Features + +* throw if no kbo org found ([e62cdf8](https://github.com/informatievlaanderen/organisation-registry/commit/e62cdf8f3203fa664102b219f1de958d973f378a)) +* use GetAwaiter ([83ca019](https://github.com/informatievlaanderen/organisation-registry/commit/83ca0198829865decc49c2ae6daa95774fceff5a)) + # [1.18.0](https://github.com/informatievlaanderen/organisation-registry/compare/v1.17.0...v1.18.0) (2020-03-10) diff --git a/package-lock.json b/package-lock.json index abf0ead04..7771391c1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "organisation-registry", - "version": "1.18.0", + "version": "1.19.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b05b579ac..6fb40a561 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "organisation-registry", - "version": "1.18.0", + "version": "1.19.0", "description": "Authentic organisation registry.", "author": "Basisregisters Vlaanderen", "license": "EUPL-1.2",