diff --git a/.env b/.env index 13c6b05..1b0f92b 100644 --- a/.env +++ b/.env @@ -1,3 +1,3 @@ # x-release-please-start-version -VERSION=0.10.0 +VERSION=0.11.0 # x-release-please-end diff --git a/CHANGELOG.md b/CHANGELOG.md index 7648aae..8f87af3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.11.0](https://github.com/airbytehq/airbyte-protocol/compare/v0.10.0...v0.11.0) (2024-05-16) + + +### Features + +* add reasons to AirbyteStreamStatusTraceMessage ([#74](https://github.com/airbytehq/airbyte-protocol/issues/74)) ([fe0ada2](https://github.com/airbytehq/airbyte-protocol/commit/fe0ada2f4758b83a83829299436e8afa19a3d090)) + ## [0.10.0](https://github.com/airbytehq/airbyte-protocol/compare/v0.9.0...v0.10.0) (2024-05-14)