From 50775617aa373d351012b997c963287c816ba54f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 18:53:22 +0200 Subject: [PATCH] chore(main): release 0.13.0 (#92) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Artem Inzhyyants --- .env | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.env b/.env index fe29b5e..52ffe40 100644 --- a/.env +++ b/.env @@ -1,3 +1,3 @@ # x-release-please-start-version -VERSION=0.12.2 +VERSION=0.13.0 # x-release-please-end diff --git a/CHANGELOG.md b/CHANGELOG.md index f85fa4b..673f9cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.13.0](https://github.com/airbytehq/airbyte-protocol/compare/v0.12.2...v0.13.0) (2024-08-23) + + +### Features + +* publish new dataclasses version of python protocol, `airbyte_protocol_models_dataclasses` to pypi ([#91](https://github.com/airbytehq/airbyte-protocol/issues/91)) ([5aa44db](https://github.com/airbytehq/airbyte-protocol/commit/5aa44dbacca1200621008356cec0280e42c39a9a)) + ## [0.12.2](https://github.com/airbytehq/airbyte-protocol/compare/v0.12.1...v0.12.2) (2024-06-18)