diff --git a/CHANGELOG.md b/CHANGELOG.md index ec3e4f1b4..758a314d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ 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.101.0](https://github.com/rudderlabs/rudder-config-schema/compare/v1.100.0...v1.101.0) (2025-01-14) + +### Bug Fixes + +* update config for klaviyo and ga4 v2 ([09d4977](https://github.com/rudderlabs/rudder-config-schema/pull/1863/commits/7efcfd1c017a5608710babb40a28d3c145cd8c85)) + ## [1.100.0](https://github.com/rudderlabs/rudder-config-schema/compare/v1.99.1...v1.100.0) (2024-12-18) @@ -12,6 +18,7 @@ All notable changes to this project will be documented in this file. See [standa ### Bug Fixes +* enable ga4 v2 as beta ([4ba0df7](https://github.com/rudderlabs/rudder-config-schema/pull/1863/commits/4ba0df7dc0694e6469b6aa9fa6db427b54b5dc90)) * pr body in constants pr workflow ([83d7b26](https://github.com/rudderlabs/rudder-config-schema/commit/83d7b2674f2b4bc209331d1dcd2b3c3bacafb4ab)) * pr body in constants pr workflow ([3d227f7](https://github.com/rudderlabs/rudder-config-schema/commit/3d227f7126c96df9bf64fbd9587ac5d8f19fe17c)) * pr labels in constants pr workflow ([e8c5167](https://github.com/rudderlabs/rudder-config-schema/commit/e8c5167cad5f9792e2621ddc7695fe85b7aa8fb4)) diff --git a/package-lock.json b/package-lock.json index e90a786ba..44c8ae739 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rudder-config-schema", - "version": "1.100.0", + "version": "1.101.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "rudder-config-schema", - "version": "1.100.0", + "version": "1.101.0", "license": "MIT", "dependencies": { "ajv": "^8.12.0", diff --git a/package.json b/package.json index ccff979d9..183ea451f 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rudder-config-schema", - "version": "1.100.0", + "version": "1.101.0", "description": "", "main": "src/index.ts", "private": true, diff --git a/src/configurations/destinations/ga4_v2/db-config.json b/src/configurations/destinations/ga4_v2/db-config.json index db5859802..a63572ae4 100644 --- a/src/configurations/destinations/ga4_v2/db-config.json +++ b/src/configurations/destinations/ga4_v2/db-config.json @@ -153,7 +153,11 @@ "secretKeys": ["apiSecret"] }, "options": { - "isBeta": false, - "supportsCustomMappings": true + "isBeta": true, + "supportsCustomMappings": true, + "hidden": { + "featureFlagName": "AMP_ga4_v2", + "featureFlagValue": false + } } } diff --git a/src/configurations/destinations/klaviyo/ui-config.json b/src/configurations/destinations/klaviyo/ui-config.json index c97ac449d..353a75987 100644 --- a/src/configurations/destinations/klaviyo/ui-config.json +++ b/src/configurations/destinations/klaviyo/ui-config.json @@ -38,7 +38,7 @@ "configKey": "apiVersion", "options": [ { - "label": "2023-02-22 (Will be removed by H2'2025)", + "label": "2023-02-22 (Will be removed by Feb 2025)", "value": "v1" }, { @@ -46,7 +46,7 @@ "value": "v2" } ], - "default": "v1", + "default": "v2", "footerNote": "Please Select the API version to use" } ]