diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a758cdfd..8e623efc4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.7.0](https://github.com/informatievlaanderen/road-registry/compare/v1.6.0...v1.7.0) (2020-05-12) + + +### Features + +* ui now deals with trailing slashes ([#30](https://github.com/informatievlaanderen/road-registry/issues/30)) ([42dc701](https://github.com/informatievlaanderen/road-registry/commit/42dc701f6d16165b8d1576cee06648269f10ceb0)) + # [1.6.0](https://github.com/informatievlaanderen/road-registry/compare/v1.5.1...v1.6.0) (2020-05-12) diff --git a/package-lock.json b/package-lock.json index f19a5dc15..26999b747 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "road-registry", - "version": "1.6.0", + "version": "1.7.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f28939a71..90d6744b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "road-registry", - "version": "1.6.0", + "version": "1.7.0", "description": "Authentic base registry containing all road nodes and segments of Flanders.", "author": "Basisregisters Vlaanderen", "license": "EUPL-1.2",