diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 71693d4383cba2..14355d5587faff 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -81,7 +81,7 @@ "plugins/destination/duckdb+FILLER": "0.0.0", "plugins/source/mysql": "2.0.12", "plugins/source/mysql+FILLER": "0.0.0", - "plugins/destination/gremlin": "2.6.1", + "plugins/destination/gremlin": "2.6.2", "plugins/destination/gremlin+FILLER": "0.0.0", "plugins/destination/meilisearch": "2.5.2", "plugins/destination/meilisearch+FILLER": "1.0.0", diff --git a/plugins/destination/gremlin/CHANGELOG.md b/plugins/destination/gremlin/CHANGELOG.md index 6b055a1d1428ae..9e6d39bf5a8ddb 100644 --- a/plugins/destination/gremlin/CHANGELOG.md +++ b/plugins/destination/gremlin/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [2.6.2](https://github.com/cloudquery/cloudquery/compare/plugins-destination-gremlin-v2.6.1...plugins-destination-gremlin-v2.6.2) (2024-12-11) + + +### Bug Fixes + +* **deps:** Update module github.com/cloudquery/codegen to v0.3.21 ([#19907](https://github.com/cloudquery/cloudquery/issues/19907)) ([3fa7b33](https://github.com/cloudquery/cloudquery/commit/3fa7b33d94d91b6f4c1267721c3bd6fc040795be)) +* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.70.2 ([#19873](https://github.com/cloudquery/cloudquery/issues/19873)) ([1c294aa](https://github.com/cloudquery/cloudquery/commit/1c294aa23b14da8cef9f78ee1a7365e50f304534)) +* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.71.0 ([#19911](https://github.com/cloudquery/cloudquery/issues/19911)) ([2df1161](https://github.com/cloudquery/cloudquery/commit/2df11619759e8211780274ae870aadb1832411d3)) + ## [2.6.1](https://github.com/cloudquery/cloudquery/compare/plugins-destination-gremlin-v2.6.0...plugins-destination-gremlin-v2.6.1) (2024-12-02)