Skip to content

Commit e518565

Browse files
release: Release cloud_events 0.4.0 (#56)
Signed-off-by: CNCF CloudEvents Bot <[email protected]>
1 parent 6268cfb commit e518565

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
### v0.4.0 / 2021-05-26
4+
5+
* ADDED: ContentType can take an optional default charset
6+
* FIXED: Binary HTTP format parses quoted tokens according to RFC 7230 section 3.2.6
7+
* FIXED: When encoding structured events for HTTP transport, the content-type now includes the charset
8+
39
### v0.3.1 / 2021-04-25
410

511
* FIXED: Fixed exception when decoding from a rack source that uses InputWrapper

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

0 commit comments

Comments
 (0)