Skip to content

Commit

Permalink
release: Release cloud_events 0.4.0 (#56)
Browse files Browse the repository at this point in the history
Signed-off-by: CNCF CloudEvents Bot <[email protected]>
  • Loading branch information
github-actions[bot] authored May 26, 2021
1 parent 6268cfb commit e518565
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

### v0.4.0 / 2021-05-26

* ADDED: ContentType can take an optional default charset
* FIXED: Binary HTTP format parses quoted tokens according to RFC 7230 section 3.2.6
* FIXED: When encoding structured events for HTTP transport, the content-type now includes the charset

### v0.3.1 / 2021-04-25

* FIXED: Fixed exception when decoding from a rack source that uses InputWrapper
Expand Down
2 changes: 1 addition & 1 deletion lib/cloud_events/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ module CloudEvents
# Version of the Ruby CloudEvents SDK
# @return [String]
#
VERSION = "0.3.1"
VERSION = "0.4.0"
end

0 comments on commit e518565

Please sign in to comment.