diff --git a/airbyte-cdk/python/CHANGELOG.md b/airbyte-cdk/python/CHANGELOG.md index cac9e4e7ab3a..9176a88cd60b 100644 --- a/airbyte-cdk/python/CHANGELOG.md +++ b/airbyte-cdk/python/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 0.1.25 +Modified `OAuth2Specification` model, added new fields: `rootObject` and `oauthFlowOutputParameters` + ## 0.1.24 Added Transform class to use for mutating record value types so they adhere to jsonschema definition. diff --git a/airbyte-cdk/python/setup.py b/airbyte-cdk/python/setup.py index a15ddb8b8dd7..ce26a0ef6f56 100644 --- a/airbyte-cdk/python/setup.py +++ b/airbyte-cdk/python/setup.py @@ -15,7 +15,7 @@ setup( name="airbyte-cdk", - version="0.1.24", + version="0.1.25", description="A framework for writing Airbyte Connectors.", long_description=README, long_description_content_type="text/markdown",