diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cb981a..35cdbd7 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [20.0.0](https://github.com/informatievlaanderen/grar-common/compare/v19.3.0...v20.0.0) (2023-07-05) + + +### Features + +* add geometry extensions to convert to gml ([3c80a41](https://github.com/informatievlaanderen/grar-common/commit/3c80a410fffd4fa1b68b2140d832b992ee1c9afb)) + + +### BREAKING CHANGES + +* moved GeometryCoordinates from Legacy to Common + # [19.3.0](https://github.com/informatievlaanderen/grar-common/compare/v19.2.0...v19.3.0) (2023-07-04) diff --git a/package-lock.json b/package-lock.json index 66eec4e..7aafaa0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "grar-common", - "version": "19.3.0", + "version": "20.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "grar-common", - "version": "19.3.0", + "version": "20.0.0", "license": "EUPL-1.2", "devDependencies": { "@commitlint/cli": "16.2.3", diff --git a/package.json b/package.json index 964f9a4..59afd56 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grar-common", - "version": "19.3.0", + "version": "20.0.0", "description": "Common code for all GR/AR base registries.", "author": "Basisregisters Vlaanderen", "license": "EUPL-1.2",