diff --git a/CHANGELOG.md b/CHANGELOG.md index e9626cf..ba476c2 100644 --- a/CHANGELOG.md +++ b/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