From 61c9991f4a312477fab87d2fd6a66e8ee4e59c50 Mon Sep 17 00:00:00 2001 From: Yurii Serhiichuk Date: Sun, 29 Oct 2023 22:33:08 +0100 Subject: [PATCH] Add links to the changelog Signed-off-by: Yurii Serhiichuk --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d0dca5..51fcb0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,8 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.10.1] + ### Fixed -- Fixed Pydantic v2 `to_json` (and `to_structured`) conversion () +- Fixed Pydantic v2 `to_json` (and `to_structured`) conversion ([#229]) ## [1.10.0] — 2023-09-25 ### Added @@ -188,6 +190,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial release +[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 [1.8.0]: https://github.com/cloudevents/sdk-python/compare/1.7.0...1.8.0 @@ -269,3 +272,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#218]: https://github.com/cloudevents/sdk-python/pull/218 [#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