diff --git a/CHANGELOG.md b/CHANGELOG.md index ecb73f0..e7311a8 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [12.0.1](https://github.com/informatievlaanderen/projection-handling/compare/v12.0.0...v12.0.1) (2023-12-14) + + +### Bug Fixes + +* add connectionstring to NpgsqlMigrationFactory ([360d214](https://github.com/informatievlaanderen/projection-handling/commit/360d214c888fb514527a5a041516c1c620e3b18f)) + # [12.0.0](https://github.com/informatievlaanderen/projection-handling/compare/v11.1.2...v12.0.0) (2023-12-14) diff --git a/package-lock.json b/package-lock.json index 60c376a..f77044a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "projection-handling", - "version": "12.0.0", + "version": "12.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "projection-handling", - "version": "12.0.0", + "version": "12.0.1", "license": "MIT", "devDependencies": { "@commitlint/cli": "16.2.3", diff --git a/package.json b/package.json index dfee99d..32857d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "projection-handling", - "version": "12.0.0", + "version": "12.0.1", "description": "Lightweight projection handling infrastructure.", "author": "Basisregisters Vlaanderen", "license": "MIT",