Skip to content

Commit 8091189

Browse files
release: Release cloud_events 0.5.1 (#66)
Signed-off-by: CNCF CloudEvents Bot <[email protected]>
1 parent bd1c4df commit 8091189

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.5.1 / 2021-06-28
4+
5+
* ADDED: Add HttpBinding#probable_event?
6+
* FIXED: Fixed a NoMethodError when a format declined to decode an http request
7+
38
### v0.5.0 / 2021-06-28
49

510
This is a significant update that provides several important spec-related and usability fixes. Some of the behavioral changes are breaking, so to preserve compatibility, new methods were added and old methods deprecated, particularly in the HttpBinding class. Additionally, the formatter interface has been simplified and expanded to support payload formatting.

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.5.0"
8+
VERSION = "0.5.1"
99
end

0 commit comments

Comments
 (0)