From 6cba9989f74b1b0075d607314e52807b58667476 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Fri, 13 Dec 2024 10:52:23 +0200 Subject: [PATCH] chore(main): Release v1.26.0 (#446) :robot: I have created a release *beep* *boop* --- ## [1.26.0](https://github.com/cloudquery/plugin-pb-go/compare/v1.25.6...v1.26.0) (2024-12-13) ### Features * Update to Arrow v18 ([#445](https://github.com/cloudquery/plugin-pb-go/issues/445)) ([2cccfa7](https://github.com/cloudquery/plugin-pb-go/commit/2cccfa7a12637997e000efd5b1441228a903b038)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3950a0f..f97891a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.25.6" + ".": "1.26.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2eef831..c3f56fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.26.0](https://github.com/cloudquery/plugin-pb-go/compare/v1.25.6...v1.26.0) (2024-12-13) + + +### Features + +* Update to Arrow v18 ([#445](https://github.com/cloudquery/plugin-pb-go/issues/445)) ([2cccfa7](https://github.com/cloudquery/plugin-pb-go/commit/2cccfa7a12637997e000efd5b1441228a903b038)) + ## [1.25.6](https://github.com/cloudquery/plugin-pb-go/compare/v1.25.5...v1.25.6) (2024-12-03)