From 14d2ffaac1db6f80a1f0a310ba8493f5688b4021 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 24 Apr 2021 17:38:18 -0700 Subject: [PATCH] release: Release cloud_events 0.3.1 (#52) Signed-off-by: CNCF CloudEvents Bot --- CHANGELOG.md | 5 +++++ lib/cloud_events/version.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76a90c8..38a2d73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +### v0.3.1 / 2021-04-25 + +* FIXED: Fixed exception when decoding from a rack source that uses InputWrapper +* FIXED: Fixed equality checking for V0 events + ### v0.3.0 / 2021-03-02 * ADDED: Require Ruby 2.5 or later diff --git a/lib/cloud_events/version.rb b/lib/cloud_events/version.rb index 40e29c8..476e19a 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.0" + VERSION = "0.3.1" end