Skip to content

Commit

Permalink
Merge pull request #1640 from rudderlabs/hotfix-release/v1.88.0
Browse files Browse the repository at this point in the history
chore(release): pull hotfix-release/v1.88.0 into main
  • Loading branch information
shrouti1507 authored Aug 27, 2024
2 parents 5660740 + 39a6031 commit 82bfa12
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.88.0](https://github.com/rudderlabs/rudder-config-schema/compare/v1.87.2...v1.88.0) (2024-08-27)


### Features

* add audience support for sfmc destination ([#1639](https://github.com/rudderlabs/rudder-config-schema/issues/1639)) ([2c2ad3b](https://github.com/rudderlabs/rudder-config-schema/commit/2c2ad3b0cfa3ab8efa2b3a5311cbd7452c02ae15))

### [1.87.2](https://github.com/rudderlabs/rudder-config-schema/compare/v1.87.1...v1.87.2) (2024-08-26)


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.87.2",
"version": "1.88.0",
"description": "",
"main": "src/index.ts",
"private": true,
Expand Down
1 change: 1 addition & 0 deletions src/configurations/destinations/sfmc/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"displayName": "Salesforce Marketing Cloud",
"config": {
"supportsVisualMapper": true,
"isAudienceSupported": true,
"syncBehaviours": ["upsert"],
"transformAtV1": "router",
"saveDestinationResponse": true,
Expand Down

0 comments on commit 82bfa12

Please sign in to comment.