diff --git a/CHANGELOG.md b/CHANGELOG.md index 1eeabd5d..2d4d21f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +# [0.45.0](https://github.com/spring-media/red-sourcepoint-cmp/compare/v0.44.2...v0.45.0) (2020-07-01) + ## [0.44.2](https://github.com/spring-media/red-sourcepoint-cmp/compare/v0.44.1...v0.44.2) (2020-06-26) diff --git a/package.json b/package.json index 46222262..b45cb0ae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@spring-media/red-sourcepoint-cmp", - "version": "0.44.2", + "version": "0.45.0", "description": "CMP (Consent Management Platform) implementation for www.bild.de using the Sourcepoint API", "scripts": { "test": "jest --config tests/jest.config.js",