diff --git a/CHANGELOG.md b/CHANGELOG.md index b0762d66..ed959db0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## [0.43.1](https://github.com/spring-media/red-sourcepoint-cmp/compare/v0.43.0...v0.43.1) (2020-06-19) + # [0.43.0](https://github.com/spring-media/red-sourcepoint-cmp/compare/v0.42.1...v0.43.0) (2020-06-19) diff --git a/package.json b/package.json index 9b8549f9..bceb8449 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@spring-media/red-sourcepoint-cmp", - "version": "0.43.0", + "version": "0.43.1", "description": "CMP (Consent Management Platform) implementation for www.bild.de using the Sourcepoint API", "scripts": { "test": "jest --config tests/jest.config.js",