From 51a05461e887e6b09337c4981dcf26e4541a1e25 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Wed, 28 May 2025 11:22:52 +0100 Subject: [PATCH] chore(main): Release plugins-destination-test v2.8.16 --- .release-please-manifest.json | 2 +- plugins/destination/test/CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e3d46169b2b559..8ec8af2423a9e4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -21,7 +21,7 @@ "plugins/source/test+FILLER": "0.0.0", "plugins/destination/postgresql": "8.8.8", "plugins/destination/postgresql+FILLER": "0.0.0", - "plugins/destination/test": "2.8.15", + "plugins/destination/test": "2.8.16", "plugins/destination/test+FILLER": "0.0.0", "plugins/destination/sqlite": "2.10.18", "plugins/destination/sqlite+FILLER": "0.0.0", diff --git a/plugins/destination/test/CHANGELOG.md b/plugins/destination/test/CHANGELOG.md index 29b2db4e969c9f..961c990e84d316 100644 --- a/plugins/destination/test/CHANGELOG.md +++ b/plugins/destination/test/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.8.16](https://github.com/cloudquery/cloudquery/compare/plugins-destination-test-v2.8.15...plugins-destination-test-v2.8.16) (2025-05-28) + + +### Bug Fixes + +* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.82.0 ([#20814](https://github.com/cloudquery/cloudquery/issues/20814)) ([6503ea9](https://github.com/cloudquery/cloudquery/commit/6503ea9d7945dd0bcfe5c8e4cbf407e40ea1e4de)) + ## [2.8.15](https://github.com/cloudquery/cloudquery/compare/plugins-destination-test-v2.8.14...plugins-destination-test-v2.8.15) (2025-05-21)