diff --git a/.release-please-manifest.json b/.release-please-manifest.json index eb52e2c9d6da73..0bc26b6979338a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -83,7 +83,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.2.17", + "plugins/destination/gremlin": "2.2.18", "plugins/destination/gremlin+FILLER": "0.0.0", "plugins/destination/meilisearch": "2.2.17", "plugins/destination/meilisearch+FILLER": "1.0.0", diff --git a/plugins/destination/gremlin/CHANGELOG.md b/plugins/destination/gremlin/CHANGELOG.md index a7cb25e4932932..633b50216577a4 100644 --- a/plugins/destination/gremlin/CHANGELOG.md +++ b/plugins/destination/gremlin/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [2.2.18](https://github.com/cloudquery/cloudquery/compare/plugins-destination-gremlin-v2.2.17...plugins-destination-gremlin-v2.2.18) (2024-01-02) + + +### Bug Fixes + +* **deps:** Update github.com/apache/arrow/go/v15 digest to 7c3480e ([#15904](https://github.com/cloudquery/cloudquery/issues/15904)) ([a3ec012](https://github.com/cloudquery/cloudquery/commit/a3ec01203183e5c94630beae86434519e87e225d)) +* **deps:** Update github.com/gomarkdown/markdown digest to 1d6d208 ([#15907](https://github.com/cloudquery/cloudquery/issues/15907)) ([86d29a9](https://github.com/cloudquery/cloudquery/commit/86d29a900e6c9dbcad09f5b0c4b0615aee59a2ae)) +* **deps:** Update golang.org/x/exp digest to 02704c9 ([#15909](https://github.com/cloudquery/cloudquery/issues/15909)) ([dfe32d2](https://github.com/cloudquery/cloudquery/commit/dfe32d2557dcac0fb6dc741c9df4edccdcb07076)) +* **deps:** Update google.golang.org/genproto/googleapis/api digest to 995d672 ([#15911](https://github.com/cloudquery/cloudquery/issues/15911)) ([18ac2b8](https://github.com/cloudquery/cloudquery/commit/18ac2b806d798e0a9052cc10e8442557ab1c4253)) +* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.24.0 ([#15863](https://github.com/cloudquery/cloudquery/issues/15863)) ([47d7899](https://github.com/cloudquery/cloudquery/commit/47d78994370f083912b6d4329f12d5cef9c255d5)) + ## [2.2.17](https://github.com/cloudquery/cloudquery/compare/plugins-destination-gremlin-v2.2.16...plugins-destination-gremlin-v2.2.17) (2023-12-28)