From 5038be82bffba379ece487b26fad85f88cf9795d Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Fri, 13 Dec 2024 10:47:27 +0200 Subject: [PATCH] chore(main): Release v1.26.0 --- .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 3950a0f6..f97891a6 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 2eef831d..c3f56fce 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)