diff --git a/airbyte-cdk/python/CHANGELOG.md b/airbyte-cdk/python/CHANGELOG.md index f780ee4ee925..d69174c70b47 100644 --- a/airbyte-cdk/python/CHANGELOG.md +++ b/airbyte-cdk/python/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 5.7.5 +Have headers match during HTTP cache hit + ## 5.7.4 Always return a connection status even if an exception was raised diff --git a/airbyte-cdk/python/pyproject.toml b/airbyte-cdk/python/pyproject.toml index 800f17fefb81..96ac106fd18b 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 = "5.7.4" +version = "5.7.5" description = "A framework for writing Airbyte Connectors." authors = ["Airbyte "] license = "MIT"