From d478c9b70cf60b858594ccc3672931c2e4801abb Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Tue, 12 Mar 2024 07:33:21 +0200 Subject: [PATCH] chore(main): Release plugins-destination-elasticsearch v3.2.4 --- .release-please-manifest.json | 2 +- plugins/destination/elasticsearch/CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 55812cbbfe531e..7e65f5f574267f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -65,7 +65,7 @@ "plugins/source/stripe+FILLER": "0.0.0", "plugins/source/hubspot": "3.1.3", "plugins/source/hubspot+FILLER": "0.0.0", - "plugins/destination/elasticsearch": "3.2.3", + "plugins/destination/elasticsearch": "3.2.4", "plugins/destination/elasticsearch+FILLER": "0.0.0", "plugins/destination/clickhouse": "3.4.13", "plugins/destination/clickhouse+FILLER": "0.0.0", diff --git a/plugins/destination/elasticsearch/CHANGELOG.md b/plugins/destination/elasticsearch/CHANGELOG.md index 9b1e5fe11a8b43..4ba971350ce338 100644 --- a/plugins/destination/elasticsearch/CHANGELOG.md +++ b/plugins/destination/elasticsearch/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.2.4](https://github.com/cloudquery/cloudquery/compare/plugins-destination-elasticsearch-v3.2.3...plugins-destination-elasticsearch-v3.2.4) (2024-03-12) + + +### 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)) + ## [3.2.3](https://github.com/cloudquery/cloudquery/compare/plugins-destination-elasticsearch-v3.2.2...plugins-destination-elasticsearch-v3.2.3) (2024-03-05)