We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a60a8f6 commit 14d2ffaCopy full SHA for 14d2ffa
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+### v0.3.1 / 2021-04-25
4
+
5
+* FIXED: Fixed exception when decoding from a rack source that uses InputWrapper
6
+* FIXED: Fixed equality checking for V0 events
7
8
### v0.3.0 / 2021-03-02
9
10
* ADDED: Require Ruby 2.5 or later
lib/cloud_events/version.rb
@@ -5,5 +5,5 @@ module CloudEvents
# Version of the Ruby CloudEvents SDK
# @return [String]
#
- VERSION = "0.3.0"
+ VERSION = "0.3.1"
end
0 commit comments