diff --git a/CHANGELOG.md b/CHANGELOG.md index b7b8ccbe4..24f85ee74 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.77.3](https://github.com/rudderlabs/rudder-config-schema/compare/v1.77.2...v1.77.3) (2024-06-19) + + +### Bug Fixes + +* fix connectionMode preRequisite condition for braze ([754c649](https://github.com/rudderlabs/rudder-config-schema/commit/754c649bcc423c58ccef92245971d13f2ef37cfc)) + ### [1.77.2](https://github.com/rudderlabs/rudder-config-schema/compare/v1.77.1...v1.77.2) (2024-06-19) diff --git a/package-lock.json b/package-lock.json index baba4ec16..1986a28ad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rudder-config-schema", - "version": "1.77.2", + "version": "1.77.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "rudder-config-schema", - "version": "1.77.2", + "version": "1.77.3", "license": "MIT", "dependencies": { "ajv": "^8.12.0", diff --git a/package.json b/package.json index 35f79baf6..5272490de 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rudder-config-schema", - "version": "1.77.2", + "version": "1.77.3", "description": "", "main": "src/index.ts", "private": true, diff --git a/src/configurations/destinations/braze/ui-config.json b/src/configurations/destinations/braze/ui-config.json index 15d0162ca..d347260f5 100644 --- a/src/configurations/destinations/braze/ui-config.json +++ b/src/configurations/destinations/braze/ui-config.json @@ -340,6 +340,7 @@ "value": "cloud" } ], + "condition": "or", "featureFlags": [ { "configKey": "AMP_braze-send-purchase-events-custom-properties",