From 2855c15927c19cc9711d331a8426db71e7454872 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 25 Jan 2021 13:08:48 -0800 Subject: [PATCH] release: Release cloud_events 0.2.0 (#40) 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 a5cf645..fdd8661 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +### v0.2.0 / 2021-01-25 + +* ADDED: Freeze event objects to make them Ractor-shareable +* DOCS: Fix formatting of Apache license + ### v0.1.2 / 2020-09-02 * Fix: Convert extension attributes to strings, and ignore nils diff --git a/lib/cloud_events/version.rb b/lib/cloud_events/version.rb index 537b3a1..21ee081 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.1.2" + VERSION = "0.2.0" end