Skip to content

Commit

Permalink
release: Release cloud_events 0.3.1 (#52)
Browse files Browse the repository at this point in the history
Signed-off-by: CNCF CloudEvents Bot <cncfcloudevents@gmail.com>
  • Loading branch information
github-actions[bot] committed Apr 25, 2021
1 parent a60a8f6 commit 14d2ffa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

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

* FIXED: Fixed exception when decoding from a rack source that uses InputWrapper
* FIXED: Fixed equality checking for V0 events

### v0.3.0 / 2021-03-02

* ADDED: Require Ruby 2.5 or later
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.0"
VERSION = "0.3.1"
end

0 comments on commit 14d2ffa

Please sign in to comment.