Skip to content

Commit

Permalink
Release/v1.11.0 (#237)
Browse files Browse the repository at this point in the history
* Add missing changelog items

Signed-off-by: Yurii Serhiichuk <[email protected]>

* Bump version

Signed-off-by: Yurii Serhiichuk <[email protected]>

---------

Signed-off-by: Yurii Serhiichuk <[email protected]>
  • Loading branch information
xSAVIKx authored Jun 20, 2024
1 parent 16441d7 commit c6c7e8c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.11.0]

### Fixed
- Pydantic v2 `examples` keyword usage and improved typings handling ([#235])
- Kafka `to_binary` check for invalid `content-type` attribute ([#232])

### Changed

- Dropped Python3.7 from CI while its EOL.
- Dropped Python3.7 from CI while its EOL. ([#236])

## [1.10.1]

Expand Down Expand Up @@ -194,6 +200,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial release

[1.11.0]: https://github.com/cloudevents/sdk-python/compare/1.10.1...1.11.0
[1.10.1]: https://github.com/cloudevents/sdk-python/compare/1.10.0...1.10.1
[1.10.0]: https://github.com/cloudevents/sdk-python/compare/1.9.0...1.10.0
[1.9.0]: https://github.com/cloudevents/sdk-python/compare/1.8.0...1.9.0
Expand Down Expand Up @@ -277,3 +284,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#219]: https://github.com/cloudevents/sdk-python/pull/219
[#221]: https://github.com/cloudevents/sdk-python/pull/221
[#229]: https://github.com/cloudevents/sdk-python/pull/229
[#232]: https://github.com/cloudevents/sdk-python/pull/232
[#235]: https://github.com/cloudevents/sdk-python/pull/235
[#236]: https://github.com/cloudevents/sdk-python/pull/236
2 changes: 1 addition & 1 deletion cloudevents/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# License for the specific language governing permissions and limitations
# under the License.

__version__ = "1.10.1"
__version__ = "1.11.0"

0 comments on commit c6c7e8c

Please sign in to comment.