diff --git a/CHANGELOG.md b/CHANGELOG.md index 4182c64b8..21972f2f3 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.10.1](https://github.com/informatievlaanderen/organisation-registry/compare/v1.10.0...v1.10.1) (2020-02-03) + + +### Bug Fixes + +* make FormalFrameworkOrganisationReport more testable ([ff4ccf4](https://github.com/informatievlaanderen/organisation-registry/commit/ff4ccf4d4a2b7d9fa189c1a898d3ad406dda205d)) +* use only the currently active org classifications ([29827c9](https://github.com/informatievlaanderen/organisation-registry/commit/29827c9cfd783a3b9c32642aa6a38207cf3f0d3a)) + # [1.10.0](https://github.com/informatievlaanderen/organisation-registry/compare/v1.9.2...v1.10.0) (2020-01-28) diff --git a/package-lock.json b/package-lock.json index c7ec30a19..9180b36f1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "organisation-registry", - "version": "1.10.0", + "version": "1.10.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7fb0f25de..0d58f7529 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "organisation-registry", - "version": "1.10.0", + "version": "1.10.1", "description": "Authentic organisation registry.", "author": "Basisregisters Vlaanderen", "license": "EUPL-1.2",