diff --git a/CHANGELOG.md b/CHANGELOG.md index f880926e8..f7b0e6163 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.55.2](https://github.com/rudderlabs/rudder-config-schema/compare/v1.55.1...v1.55.2) (2023-10-19) + ### [1.55.1](https://github.com/rudderlabs/rudder-config-schema/compare/v1.55.0...v1.55.1) (2023-10-16) diff --git a/package-lock.json b/package-lock.json index 08b839135..f9b2cfadb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rudder-config-schema", - "version": "1.55.1", + "version": "1.55.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "rudder-config-schema", - "version": "1.55.1", + "version": "1.55.2", "license": "MIT", "dependencies": { "ajv": "^8.12.0", diff --git a/package.json b/package.json index 80705f296..de214beb3 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rudder-config-schema", - "version": "1.55.1", + "version": "1.55.2", "description": "", "main": "src/index.ts", "private": true, diff --git a/src/configurations/sources/trino/db-config.json b/src/configurations/sources/trino/db-config.json index 5c0251b88..de11932b7 100644 --- a/src/configurations/sources/trino/db-config.json +++ b/src/configurations/sources/trino/db-config.json @@ -5,11 +5,11 @@ "options": { "hidden": true, "syncBehaviours": [ - "upsert", - "mirror" + "upsert", + "mirror" ], "isSqlModelSupported": true, - "isAudienceSupported": false + "isAudienceSupported": true }, "type": "warehouse" } \ No newline at end of file