diff --git a/CHANGELOG.md b/CHANGELOG.md index 8008f31fc..38680cea0 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# [1.9.0](https://github.com/informatievlaanderen/organisation-registry/compare/v1.8.2...v1.9.0) (2019-12-24) + + +### Bug Fixes + +* remove hardcoded literate console logging ([1dfb24a](https://github.com/informatievlaanderen/organisation-registry/commit/1dfb24a0e10fd092561dcbdf5970011a794d10dc)) + + +### Features + +* add mutex to ftp dump ([7a5bf4c](https://github.com/informatievlaanderen/organisation-registry/commit/7a5bf4c0762e0f4fc3c36c398b04863f3933f7e9)) +* add mutex to vlaanderenbenotifier ([fdac74c](https://github.com/informatievlaanderen/organisation-registry/commit/fdac74cc7b61be1992057025befaf8ace02ed6e4)) + ## [1.8.2](https://github.com/informatievlaanderen/organisation-registry/compare/v1.8.1...v1.8.2) (2019-12-20) ## [1.8.1](https://github.com/informatievlaanderen/organisation-registry/compare/v1.8.0...v1.8.1) (2019-12-20) diff --git a/package-lock.json b/package-lock.json index 45c490a74..510328941 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "organisation-registry", - "version": "1.8.2", + "version": "1.9.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c37b488a3..6068d9ff9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "organisation-registry", - "version": "1.8.2", + "version": "1.9.0", "description": "Authentic organisation registry.", "author": "Basisregisters Vlaanderen", "license": "EUPL-1.2",