diff --git a/.release-please-manifest.json b/.release-please-manifest.json index be20c6c3210367..0245efbbf7372a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -105,5 +105,5 @@ "plugins/transformer/basic+FILLER": "0.0.0", "plugins/transformer/jsonflattener": "2.1.0", "plugins/transformer/jsonflattener+FILLER": "0.0.0", - "plugins/transformer/test": "1.1.18" + "plugins/transformer/test": "1.1.19" } diff --git a/plugins/transformer/test/CHANGELOG.md b/plugins/transformer/test/CHANGELOG.md index 42c17082fb86fa..6e1b1ed49a65e8 100644 --- a/plugins/transformer/test/CHANGELOG.md +++ b/plugins/transformer/test/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.1.19](https://github.com/cloudquery/cloudquery/compare/plugins-transformer-test-v1.1.18...plugins-transformer-test-v1.1.19) (2025-07-02) + + +### Bug Fixes + +* **deps:** Update module github.com/apache/arrow-go/v18 to v18.3.1 ([#20921](https://github.com/cloudquery/cloudquery/issues/20921)) ([3ea3bd6](https://github.com/cloudquery/cloudquery/commit/3ea3bd6886b8465e791cfecd1282d998ea0aeef0)) +* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.86.1 ([#20859](https://github.com/cloudquery/cloudquery/issues/20859)) ([8c49f52](https://github.com/cloudquery/cloudquery/commit/8c49f52a165b24cef7cea28851350d73851129b4)) + ## [1.1.18](https://github.com/cloudquery/cloudquery/compare/plugins-transformer-test-v1.1.17...plugins-transformer-test-v1.1.18) (2025-05-28)