From e51856522d36bc9835e6c3a16f6ab70d27ab6d29 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 26 May 2021 14:32:25 -0700 Subject: [PATCH] release: Release cloud_events 0.4.0 (#56) Signed-off-by: CNCF CloudEvents Bot --- CHANGELOG.md | 6 ++++++ lib/cloud_events/version.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38a2d73..2de7299 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +### v0.4.0 / 2021-05-26 + +* ADDED: ContentType can take an optional default charset +* FIXED: Binary HTTP format parses quoted tokens according to RFC 7230 section 3.2.6 +* FIXED: When encoding structured events for HTTP transport, the content-type now includes the charset + ### v0.3.1 / 2021-04-25 * FIXED: Fixed exception when decoding from a rack source that uses InputWrapper diff --git a/lib/cloud_events/version.rb b/lib/cloud_events/version.rb index 476e19a..872dd22 100644 --- a/lib/cloud_events/version.rb +++ b/lib/cloud_events/version.rb @@ -5,5 +5,5 @@ module CloudEvents # Version of the Ruby CloudEvents SDK # @return [String] # - VERSION = "0.3.1" + VERSION = "0.4.0" end