Organize the release notes for 0.3.2

Signed-off-by: Fabio José <fabiojose@gmail.com>
This commit is contained in:
Fabio José 2019-09-01 10:47:10 -03:00
parent c9eed102c3
commit fcdf580b64
1 changed files with 9 additions and 1 deletions

View File

@ -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