Skip to content

Commit df0f10c

Browse files
author
Curtis Mason
committed
Fixing commit history from old changelog PR
http://github.com/cloudevents/sdk-python/pull/48 Signed-off-by: Curtis Mason <cumason@google.com>
1 parent 34ed2f8 commit df0f10c

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [1.0.0]
8+
### Added
9+
- Added a user friendly CloudEvent class with data validation ([#36])
10+
- CloudEvent structured cloudevent support ([#47])
11+
12+
### Removed
13+
- Removed support for Cloudevents V0.2 and V0.1 ([#43])
14+
715
## [0.3.0]
816
### Added
917
- Added Cloudevents V0.3 and V1 implementations ([#22])
@@ -65,4 +73,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6573
[#22]: https://github.com/cloudevents/sdk-python/pull/22
6674
[#23]: https://github.com/cloudevents/sdk-python/pull/23
6775
[#25]: https://github.com/cloudevents/sdk-python/pull/25
68-
[#27]: https://github.com/cloudevents/sdk-python/pull/27
76+
[#27]: https://github.com/cloudevents/sdk-python/pull/27
77+
[#36]: https://github.com/cloudevents/sdk-python/pull/36
78+
[#43]: https://github.com/cloudevents/sdk-python/pull/43
79+
[#47]: https://github.com/cloudevents/sdk-python/pull/47

0 commit comments

Comments
 (0)