From 77b738009451e16fe3bfcc32ec98a3545b8fa708 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 2 Mar 2021 13:16:59 -0800 Subject: [PATCH] release: Release cloud_events 0.3.0 (#47) Signed-off-by: CNCF CloudEvents Bot Co-authored-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 fdd8661..76a90c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +### v0.3.0 / 2021-03-02 + +* ADDED: Require Ruby 2.5 or later +* FIXED: Deep-duplicated event attributes in to_h to avoid returning frozen objects + ### v0.2.0 / 2021-01-25 * ADDED: Freeze event objects to make them Ractor-shareable diff --git a/lib/cloud_events/version.rb b/lib/cloud_events/version.rb index 21ee081..40e29c8 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.2.0" + VERSION = "0.3.0" end