diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fc91af956130c0..466f851ce4f8a6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -87,7 +87,7 @@ "plugins/source/shopify+FILLER": "0.0.0", "plugins/source/stripe": "1.1.3", "plugins/source/stripe+FILLER": "0.0.0", - "plugins/source/mixpanel": "1.1.2", + "plugins/source/mixpanel": "1.1.3", "plugins/source/mixpanel+FILLER": "0.0.0", "plugins/source/hubspot": "1.2.3", "plugins/source/hubspot+FILLER": "0.0.0", diff --git a/plugins/source/mixpanel/CHANGELOG.md b/plugins/source/mixpanel/CHANGELOG.md index 7510f320bed1d1..9e69da72d1424b 100644 --- a/plugins/source/mixpanel/CHANGELOG.md +++ b/plugins/source/mixpanel/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [1.1.3](https://github.com/cloudquery/cloudquery/compare/plugins-source-mixpanel-v1.1.2...plugins-source-mixpanel-v1.1.3) (2023-04-04) + + +### Bug Fixes + +* **deps:** Update golang.org/x/exp digest to 10a5072 ([#9587](https://github.com/cloudquery/cloudquery/issues/9587)) ([31f913f](https://github.com/cloudquery/cloudquery/commit/31f913f8e3538a2ba41b089bb11eae78aaf42ab2)) +* **deps:** Update module github.com/cloudquery/plugin-sdk to v1.44.1 ([#9520](https://github.com/cloudquery/cloudquery/issues/9520)) ([202c31b](https://github.com/cloudquery/cloudquery/commit/202c31b2788c3df35b5df7d07fdc750f92e7bb23)) +* **deps:** Update module github.com/cloudquery/plugin-sdk to v1.44.2 ([#9661](https://github.com/cloudquery/cloudquery/issues/9661)) ([a27dc84](https://github.com/cloudquery/cloudquery/commit/a27dc84a9b67b68b5b75b04dd3afe13e2c556082)) +* **deps:** Update module github.com/mattn/go-isatty to v0.0.18 ([#9609](https://github.com/cloudquery/cloudquery/issues/9609)) ([5b2908e](https://github.com/cloudquery/cloudquery/commit/5b2908e8260c6e48f8c5fd6b8bd6c772f0c779d1)) + ## [1.1.2](https://github.com/cloudquery/cloudquery/compare/plugins-source-mixpanel-v1.1.1...plugins-source-mixpanel-v1.1.2) (2023-03-21)