From 5cf388f78f7389a0074e5c544026ead2f7ff93b1 Mon Sep 17 00:00:00 2001 From: brianjlai Date: Wed, 22 May 2024 21:56:18 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20minor=20bump=20Python=20CDK=20to?= =?UTF-8?q?=20version=201.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- airbyte-cdk/python/CHANGELOG.md | 3 +++ airbyte-cdk/python/pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/airbyte-cdk/python/CHANGELOG.md b/airbyte-cdk/python/CHANGELOG.md index d4cc3299c05a..811cd077e3ed 100644 --- a/airbyte-cdk/python/CHANGELOG.md +++ b/airbyte-cdk/python/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 1.1.0 +low-code: Add RFR support automatically for non-substreams + ## 1.0.1 File-based CDK: avoid error on empty stream when running discover diff --git a/airbyte-cdk/python/pyproject.toml b/airbyte-cdk/python/pyproject.toml index b27386837dea..215ac8306f34 100644 --- a/airbyte-cdk/python/pyproject.toml +++ b/airbyte-cdk/python/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "airbyte-cdk" -version = "1.0.1" +version = "1.1.0" description = "A framework for writing Airbyte Connectors." authors = ["Airbyte "] license = "MIT"