diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 22f6df93f5fc6d..55812cbbfe531e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -21,7 +21,7 @@ "plugins/source/terraform+FILLER": "0.0.0", "plugins/source/test": "4.2.1", "plugins/source/test+FILLER": "0.0.0", - "plugins/destination/postgresql": "7.3.7", + "plugins/destination/postgresql": "7.3.8", "plugins/destination/postgresql+FILLER": "0.0.0", "plugins/destination/test": "2.3.2", "plugins/destination/test+FILLER": "0.0.0", diff --git a/plugins/destination/postgresql/CHANGELOG.md b/plugins/destination/postgresql/CHANGELOG.md index 2556841cc8cbfe..9660c138606e5f 100644 --- a/plugins/destination/postgresql/CHANGELOG.md +++ b/plugins/destination/postgresql/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [7.3.8](https://github.com/cloudquery/cloudquery/compare/plugins-destination-postgresql-v7.3.7...plugins-destination-postgresql-v7.3.8) (2024-03-06) + + +### Bug Fixes + +* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.32.1 ([#17044](https://github.com/cloudquery/cloudquery/issues/17044)) ([d3592e7](https://github.com/cloudquery/cloudquery/commit/d3592e7f3ae600655778eb508aeccfa4e5b74e8c)) + ## [7.3.7](https://github.com/cloudquery/cloudquery/compare/plugins-destination-postgresql-v7.3.6...plugins-destination-postgresql-v7.3.7) (2024-03-05)