diff --git a/airbyte-cdk/python/CHANGELOG.md b/airbyte-cdk/python/CHANGELOG.md index 5badfa3e8bfb..de95cb984088 100644 --- a/airbyte-cdk/python/CHANGELOG.md +++ b/airbyte-cdk/python/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 4.0.2 +Add ability to stop stream when retry-after is greater than a duration + ## 4.0.1 Fix case where stream wont have a state attribute and needs to resolve get_updated_state diff --git a/airbyte-cdk/python/pyproject.toml b/airbyte-cdk/python/pyproject.toml index 4be6901d8147..26b8ac87737e 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 = "4.0.1" +version = "4.0.2" description = "A framework for writing Airbyte Connectors." authors = ["Airbyte "] license = "MIT"