diff --git a/CHANGELOG.md b/CHANGELOG.md index 76d188695..827ffabb0 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.82.0](https://github.com/rudderlabs/rudder-config-schema/compare/v1.81.0...v1.82.0) (2024-07-18) + + +### Features + +* enable router for fb_custom_audience ([#1554](https://github.com/rudderlabs/rudder-config-schema/issues/1554)) ([40afb26](https://github.com/rudderlabs/rudder-config-schema/commit/40afb26fe3242689f0511491e091eacb285fa475)) + ## [1.81.0](https://github.com/rudderlabs/rudder-config-schema/compare/v1.80.0...v1.81.0) (2024-07-17) diff --git a/package-lock.json b/package-lock.json index 924df598c..760e4346c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rudder-config-schema", - "version": "1.81.0", + "version": "1.82.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "rudder-config-schema", - "version": "1.81.0", + "version": "1.82.0", "license": "MIT", "dependencies": { "ajv": "^8.12.0", diff --git a/package.json b/package.json index 14a0a66db..c62513744 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rudder-config-schema", - "version": "1.81.0", + "version": "1.82.0", "description": "", "main": "src/index.ts", "private": true, diff --git a/src/configurations/destinations/fb_custom_audience/db-config.json b/src/configurations/destinations/fb_custom_audience/db-config.json index 6d1aeb7a1..34eeeb9da 100644 --- a/src/configurations/destinations/fb_custom_audience/db-config.json +++ b/src/configurations/destinations/fb_custom_audience/db-config.json @@ -6,7 +6,7 @@ "disableJsonMapper": true, "supportsVisualMapper": true, "syncBehaviours": ["mirror"], - "transformAtV1": "processor", + "transformAtV1": "router", "saveDestinationResponse": true, "includeKeys": ["oneTrustCookieCategories", "consentManagement"], "excludeKeys": [], diff --git a/src/configurations/destinations/ga4_v2/ui-config.json b/src/configurations/destinations/ga4_v2/ui-config.json index 63eff9a6e..a3f99fa54 100644 --- a/src/configurations/destinations/ga4_v2/ui-config.json +++ b/src/configurations/destinations/ga4_v2/ui-config.json @@ -2156,4 +2156,4 @@ } } } -} \ No newline at end of file +}