diff --git a/CHANGELOG.md b/CHANGELOG.md index b0fbb35c..b9c0b870 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [0.59.0](https://github.com/spring-media/red-sourcepoint-cmp/compare/v0.58.0...v0.59.0) (2020-09-11) + + +### Features + +* **vendor-mapping:** change ID for Bitmovin Analytics ([b62f96d](https://github.com/spring-media/red-sourcepoint-cmp/commit/b62f96d4aa9a3a768e9dc035623f4fc8831b0768)) + # [0.58.0](https://github.com/spring-media/red-sourcepoint-cmp/compare/v0.57.0...v0.58.0) (2020-09-09) diff --git a/package-lock.json b/package-lock.json index a4962da2..364b8d98 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@spring-media/red-sourcepoint-cmp", - "version": "0.58.0", + "version": "0.59.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0f5f6ca3..ec291088 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@spring-media/red-sourcepoint-cmp", - "version": "0.58.0", + "version": "0.59.0", "description": "CMP (Consent Management Platform) implementation for www.bild.de using the Sourcepoint API", "scripts": { "test": "jest --config tests/jest.config.js",