Skip to content

Commit

Permalink
Merge pull request #898 from rudderlabs/hotfix-release/v1.49.1
Browse files Browse the repository at this point in the history
chore(release): pull hotfix-release/v1.49.1 into main
  • Loading branch information
a-rampalli authored Sep 11, 2023
2 parents 0ad4b3e + 7bafefe commit 6d38e7a
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 6 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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.49.1](https://github.com/rudderlabs/rudder-config-schema/compare/v1.49.0...v1.49.1) (2023-09-11)


### Bug Fixes

* fb ads account validation ([2e2715b](https://github.com/rudderlabs/rudder-config-schema/commit/2e2715bc453b3de472320a77145afba847aa179e))
* updates hubspot to 8.1.10 ([c0d3248](https://github.com/rudderlabs/rudder-config-schema/commit/c0d3248b3cfc6d8d596e8f7eb7d6abda2adc6aaf))
* updates mixpanel to 8.1.10 ([074844c](https://github.com/rudderlabs/rudder-config-schema/commit/074844cd7da72ccf348a11a2aa5dd50f62bf73f3))

## [1.49.0](https://github.com/rudderlabs/rudder-config-schema/compare/v1.48.0...v1.49.0) (2023-09-06)


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.49.0",
"version": "1.49.1",
"description": "",
"main": "src/index.ts",
"private": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"category": "singer-protocol",
"displayName": "Facebook Ads",
"options": {
"image": "rudderstack/source-facebook-marketing:v5.0.0"
"image": "rudderstack/source-facebook-marketing:v8.1.9"
},
"type": "cloudSource"
}
2 changes: 1 addition & 1 deletion src/configurations/sources/singer_hubspot/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"oauthRole": "hubspot"
},
"digest": "sha256:4e4d43d688a81ce3e166b5d7c20c0050101c43f8b50187e0da8d63a37e2b412b",
"image": "rudderstack/source-hubspot:v7.1.1",
"image": "rudderstack/source-hubspot:v8.1.10",
"isBeta": false
},
"type": "cloudSource"
Expand Down
2 changes: 1 addition & 1 deletion src/configurations/sources/singer_mixpanel/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"category": "singer-protocol",
"displayName": "Mixpanel",
"options": {
"image": "rudderstack/source-mixpanel:v8.1.7"
"image": "rudderstack/source-mixpanel:v8.1.10"
},
"type": "cloudSource"
}

0 comments on commit 6d38e7a

Please sign in to comment.