diff --git a/CHANGELOG.md b/CHANGELOG.md index ed959db0..89317061 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.43.2](https://github.com/spring-media/red-sourcepoint-cmp/compare/v0.43.1...v0.43.2) (2020-06-25) + + +### Bug Fixes + +* **vendor-mapping:** use the same purpose ids for `purposeIds` and `legitimateInterestIds` in result object of dumpPurposeRelations ([c516096](https://github.com/spring-media/red-sourcepoint-cmp/commit/c516096f4bb8cf2c04a1e755411332283daacbbe)) + ## [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 72fcc3e4..9a3fc7c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@spring-media/red-sourcepoint-cmp", - "version": "0.43.1", + "version": "0.43.2", "description": "CMP (Consent Management Platform) implementation for www.bild.de using the Sourcepoint API", "scripts": { "test": "jest --config tests/jest.config.js",