docs: update changelog

Signed-off-by: Alexander Tkachev <sasha64sasha@gmail.com>
This commit is contained in:
Alexander Tkachev 2022-07-12 20:29:43 +03:00
parent 781d914011
commit fe3a2d084c
1 changed files with 6 additions and 0 deletions

View File

@ -9,9 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Added `.get` accessor for even properties ([#165])
### Fixed
- Fixed event `__eq__` operator raising `AttributeError` on non-CloudEvent values ([#172])
### Changed
- Code quality and styling tooling is unified and configs compatibility is ensured ([#167])
## [1.3.0] — 2022-09-07
### Added
- Python 3.9 support ([#144])
@ -147,3 +151,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#160]: https://github.com/cloudevents/sdk-python/pull/160
[#165]: https://github.com/cloudevents/sdk-python/pull/165
[#167]: https://github.com/cloudevents/sdk-python/pull/167
[#167]: https://github.com/cloudevents/sdk-python/pull/167
[#172]: https://github.com/cloudevents/sdk-python/pull/172