Skip to content

Commit 5d38f67

Browse files
committed
Add missing changelog items
Signed-off-by: Yurii Serhiichuk <savik.ne@gmail.com>
1 parent 16441d7 commit 5d38f67

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [1.11.0]
10+
11+
### Fixed
12+
- Pydantic v2 `examples` keyword usage and improved typings handling ([#235])
13+
- Kafka `to_binary` check for invalid `content-type` attribute ([#232])
14+
915
### Changed
1016

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

1319
## [1.10.1]
1420

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

203+
[1.11.0]: https://github.com/cloudevents/sdk-python/compare/1.10.1...1.11.0
197204
[1.10.1]: https://github.com/cloudevents/sdk-python/compare/1.10.0...1.10.1
198205
[1.10.0]: https://github.com/cloudevents/sdk-python/compare/1.9.0...1.10.0
199206
[1.9.0]: https://github.com/cloudevents/sdk-python/compare/1.8.0...1.9.0
@@ -277,3 +284,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
277284
[#219]: https://github.com/cloudevents/sdk-python/pull/219
278285
[#221]: https://github.com/cloudevents/sdk-python/pull/221
279286
[#229]: https://github.com/cloudevents/sdk-python/pull/229
287+
[#232]: https://github.com/cloudevents/sdk-python/pull/232
288+
[#235]: https://github.com/cloudevents/sdk-python/pull/235
289+
[#236]: https://github.com/cloudevents/sdk-python/pull/236

0 commit comments

Comments
 (0)