Skip to content

Commit 14d2ffa

Browse files
release: Release cloud_events 0.3.1 (#52)
Signed-off-by: CNCF CloudEvents Bot <[email protected]>
1 parent a60a8f6 commit 14d2ffa

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

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+
38
### v0.3.0 / 2021-03-02
49

510
* ADDED: Require Ruby 2.5 or later

lib/cloud_events/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ module CloudEvents
55
# Version of the Ruby CloudEvents SDK
66
# @return [String]
77
#
8-
VERSION = "0.3.0"
8+
VERSION = "0.3.1"
99
end

0 commit comments

Comments
 (0)