Skip to content

Commit d487303

Browse files
authored
Release/v1.10.0 (#223)
* Bump version Signed-off-by: Yurii Serhiichuk <[email protected]> * Update changelog Signed-off-by: Yurii Serhiichuk <[email protected]> --------- Signed-off-by: Yurii Serhiichuk <[email protected]>
1 parent 66dcabb commit d487303

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [1.10.0] — 2023-09-25
10+
### Added
11+
- Pydantic v2 support. ([#219])
12+
- Pydantic v2 to v1 compatibility layer. ([#218])
13+
- Governance docs per main CE discussions. ([#221])
14+
915
## [1.9.0] — 2023-01-04
1016
### Added
1117
- Added typings to the codebase. ([#207])
@@ -179,6 +185,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
179185
### Added
180186
- Initial release
181187

188+
[1.10.0]: https://github.com/cloudevents/sdk-python/compare/1.9.0...1.10.0
182189
[1.9.0]: https://github.com/cloudevents/sdk-python/compare/1.8.0...1.9.0
183190
[1.8.0]: https://github.com/cloudevents/sdk-python/compare/1.7.0...1.8.0
184191
[1.7.1]: https://github.com/cloudevents/sdk-python/compare/1.7.0...1.7.1
@@ -256,3 +263,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
256263
[#207]: https://github.com/cloudevents/sdk-python/pull/207
257264
[#208]: https://github.com/cloudevents/sdk-python/pull/208
258265
[#209]: https://github.com/cloudevents/sdk-python/pull/209
266+
[#218]: https://github.com/cloudevents/sdk-python/pull/218
267+
[#219]: https://github.com/cloudevents/sdk-python/pull/219
268+
[#221]: https://github.com/cloudevents/sdk-python/pull/221

cloudevents/__init__.py

+1-1
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.9.0"
15+
__version__ = "1.10.0"

0 commit comments

Comments
 (0)