diff --git a/CHANGELOG.md b/CHANGELOG.md index 24b57b7cb..261151bac 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [1.21.0](https://github.com/informatievlaanderen/organisation-registry/compare/v1.20.0...v1.21.0) (2020-03-12) + + +### Features + +* allow lack of legal form ([e0df61a](https://github.com/informatievlaanderen/organisation-registry/commit/e0df61a128a0d262eaba1d8d72e1a0cd4ebbea80)) +* make magda responses testable ([c2d1c1e](https://github.com/informatievlaanderen/organisation-registry/commit/c2d1c1e20367f12cbbde4e526eb90cd05cc7eba2)) + # [1.20.0](https://github.com/informatievlaanderen/organisation-registry/compare/v1.19.0...v1.20.0) (2020-03-11) diff --git a/package-lock.json b/package-lock.json index e42219f5f..8b2dddb1c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "organisation-registry", - "version": "1.20.0", + "version": "1.21.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index cbe75179f..5918ff356 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "organisation-registry", - "version": "1.20.0", + "version": "1.21.0", "description": "Authentic organisation registry.", "author": "Basisregisters Vlaanderen", "license": "EUPL-1.2",