File tree 1 file changed +11
-1
lines changed
1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
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
+
9
15
### Changed
10
16
11
- - Dropped Python3.7 from CI while its EOL.
17
+ - Dropped Python3.7 from CI while its EOL. ( [ # 236 ] )
12
18
13
19
## [ 1.10.1]
14
20
@@ -194,6 +200,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
194
200
### Added
195
201
- Initial release
196
202
203
+ [ 1.11.0 ] : https://github.com/cloudevents/sdk-python/compare/1.10.1...1.11.0
197
204
[ 1.10.1 ] : https://github.com/cloudevents/sdk-python/compare/1.10.0...1.10.1
198
205
[ 1.10.0 ] : https://github.com/cloudevents/sdk-python/compare/1.9.0...1.10.0
199
206
[ 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
277
284
[ #219 ] : https://github.com/cloudevents/sdk-python/pull/219
278
285
[ #221 ] : https://github.com/cloudevents/sdk-python/pull/221
279
286
[ #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
You can’t perform that action at this time.
0 commit comments