Skip to content

Commit c6c7e8c

Browse files
authored
Release/v1.11.0 (#237)
* Add missing changelog items Signed-off-by: Yurii Serhiichuk <savik.ne@gmail.com> * Bump version Signed-off-by: Yurii Serhiichuk <savik.ne@gmail.com> --------- Signed-off-by: Yurii Serhiichuk <savik.ne@gmail.com>
1 parent 16441d7 commit c6c7e8c

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
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

cloudevents/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# License for the specific language governing permissions and limitations
1313
# under the License.
1414

15-
__version__ = "1.10.1"
15+
__version__ = "1.11.0"

0 commit comments

Comments
 (0)