From 3c96f16d1c0dc9e4b65969fb1ac211c0871f84f2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 10:07:03 -0800 Subject: [PATCH] chore(main): release 0.14.0 (#101) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .env | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.env b/.env index 74520e9..4f10a85 100644 --- a/.env +++ b/.env @@ -1,3 +1,3 @@ # x-release-please-start-version -VERSION=0.13.1 +VERSION=0.14.0 # x-release-please-end diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c971e4..8a93b4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.14.0](https://github.com/airbytehq/airbyte-protocol/compare/v0.13.1...v0.14.0) (2024-11-06) + + +### Features + +* add connector `DeclarativeOAuthFlow` input to protocol ([#96](https://github.com/airbytehq/airbyte-protocol/issues/96)) ([32c58c8](https://github.com/airbytehq/airbyte-protocol/commit/32c58c8aa7408a7f91703fbf6aa2badfccf84182)) + ## [0.13.1](https://github.com/airbytehq/airbyte-protocol/compare/v0.13.0...v0.13.1) (2024-10-15)