diff --git a/CHANGELOG.md b/CHANGELOG.md index c55b5cead..b6ec8eb1d 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.3.6 (2023-01-13) + + +### Bug Fixes + +* reenable ga4 page call support for cloud mode ([#299](https://github.com/rudderlabs/rudder-config-schema/issues/299)) ([8bf3643](https://github.com/rudderlabs/rudder-config-schema/commit/8bf3643c4edd268a562f67f79f4a0b3ea22248d1)) + ### 1.3.5 (2023-01-13) diff --git a/package-lock.json b/package-lock.json index 6fda26be0..08aeaa0d3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rudder-config-schema", - "version": "1.3.5", + "version": "1.3.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "rudder-config-schema", - "version": "1.3.5", + "version": "1.3.6", "license": "MIT", "dependencies": { "ajv": "^8.11.2", diff --git a/package.json b/package.json index 1fd6df980..139bf00c0 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rudder-config-schema", - "version": "1.3.5", + "version": "1.3.6", "description": "", "main": "src/index.ts", "private": true, diff --git a/src/configurations/destinations/ga4/db-config.json b/src/configurations/destinations/ga4/db-config.json index abb7b421a..db1f8ebae 100644 --- a/src/configurations/destinations/ga4/db-config.json +++ b/src/configurations/destinations/ga4/db-config.json @@ -30,7 +30,7 @@ "cordova", "warehouse" ], - "supportedMessageTypes": ["identify", "track", "group"], + "supportedMessageTypes": ["identify", "track", "group", "page"], "destConfig": { "defaultConfig": [ "apiSecret", @@ -60,4 +60,4 @@ "secretKeys": ["apiSecret"] }, "options": { "isBeta": true } -} + }