From c74b76a343583e58b41ae49be1fcea0c7154febe Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 19:35:20 +0000 Subject: [PATCH] chore(main): release 0.13.1 --- .env | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.env b/.env index 52ffe40..74520e9 100644 --- a/.env +++ b/.env @@ -1,3 +1,3 @@ # x-release-please-start-version -VERSION=0.13.0 +VERSION=0.13.1 # x-release-please-end diff --git a/CHANGELOG.md b/CHANGELOG.md index 673f9cd..e514fbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.13.1](https://github.com/airbytehq/airbyte-protocol/compare/v0.13.0...v0.13.1) (2024-10-08) + + +### Bug Fixes + +* upgrade from java 17 to 21 and from gradle 7.6 to 8.10 ([#97](https://github.com/airbytehq/airbyte-protocol/issues/97)) ([6164fc0](https://github.com/airbytehq/airbyte-protocol/commit/6164fc07a51cdfe53fb40f20ab7b13ef0d5d62d6)) + ## [0.13.0](https://github.com/airbytehq/airbyte-protocol/compare/v0.12.2...v0.13.0) (2024-08-23)