Skip to content

Commit

Permalink
Merge pull request #1000 from rudderlabs/hotfix-release/v1.55.2
Browse files Browse the repository at this point in the history
chore(release): pull hotfix-release/v1.55.2 into main
  • Loading branch information
mihir-4116 authored Oct 20, 2023
2 parents 9918a24 + 30a4b3e commit 780ba5c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rudder-config-schema",
"version": "1.55.1",
"version": "1.55.2",
"description": "",
"main": "src/index.ts",
"private": true,
Expand Down
6 changes: 3 additions & 3 deletions src/configurations/sources/trino/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"options": {
"hidden": true,
"syncBehaviours": [
"upsert",
"mirror"
"upsert",
"mirror"
],
"isSqlModelSupported": true,
"isAudienceSupported": false
"isAudienceSupported": true
},
"type": "warehouse"
}

0 comments on commit 780ba5c

Please sign in to comment.