diff --git a/CHANGELOG.md b/CHANGELOG.md index b146bd6e1..715055e19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.88.0](https://github.com/rudderlabs/rudder-config-schema/compare/v1.87.2...v1.88.0) (2024-08-27) + + +### Features + +* add audience support for sfmc destination ([#1639](https://github.com/rudderlabs/rudder-config-schema/issues/1639)) ([2c2ad3b](https://github.com/rudderlabs/rudder-config-schema/commit/2c2ad3b0cfa3ab8efa2b3a5311cbd7452c02ae15)) + ### [1.87.2](https://github.com/rudderlabs/rudder-config-schema/compare/v1.87.1...v1.87.2) (2024-08-26) diff --git a/package-lock.json b/package-lock.json index 00ceef195..d3170163d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rudder-config-schema", - "version": "1.87.2", + "version": "1.88.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "rudder-config-schema", - "version": "1.87.2", + "version": "1.88.0", "license": "MIT", "dependencies": { "ajv": "^8.12.0", diff --git a/package.json b/package.json index 543734d7b..f74f425d1 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rudder-config-schema", - "version": "1.87.2", + "version": "1.88.0", "description": "", "main": "src/index.ts", "private": true, diff --git a/src/configurations/destinations/sfmc/db-config.json b/src/configurations/destinations/sfmc/db-config.json index 5eb5c5e37..64deb01ea 100644 --- a/src/configurations/destinations/sfmc/db-config.json +++ b/src/configurations/destinations/sfmc/db-config.json @@ -3,6 +3,7 @@ "displayName": "Salesforce Marketing Cloud", "config": { "supportsVisualMapper": true, + "isAudienceSupported": true, "syncBehaviours": ["upsert"], "transformAtV1": "router", "saveDestinationResponse": true,