Organize the release notes for 0.3.2
Signed-off-by: Fabio José <fabiojose@gmail.com>
This commit is contained in:
parent
c9eed102c3
commit
fcdf580b64
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.3.2]
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fix the special `data` handling: issue
|
||||
[#33](https://github.com/cloudevents/sdk-javascript/issues/33)
|
||||
|
||||
## [0.3.1]
|
||||
|
||||
### Fixed
|
||||
|
@ -14,5 +21,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
|
|||
- Fix the `subject` attribute unmarshal error: issue
|
||||
[#32](https://github.com/cloudevents/sdk-javascript/issues/32)
|
||||
|
||||
[Unreleased]: https://github.com/cloudevents/sdk-javascript/compare/v0.3.1...HEAD
|
||||
[Unreleased]: https://github.com/cloudevents/sdk-javascript/compare/v0.3.2...HEAD
|
||||
[0.3.2]: https://github.com/cloudevents/sdk-javascript/compare/v0.3.1...v0.3.2
|
||||
[0.3.1]: https://github.com/cloudevents/sdk-javascript/compare/v0.3.0...v0.3.1
|
||||
|
|
Loading…
Reference in New Issue