From 57206ff7eb3d2bc95386fc365ebf3ef28c0b3173 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2020 20:04:46 -0700 Subject: [PATCH] release: Release cloud_events 0.1.2 (#22) 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 9821bcc..a5cf645 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +### v0.1.2 / 2020-09-02 + +* Fix: Convert extension attributes to strings, and ignore nils +* Documentation: Add code of conduct link to readme + ### v0.1.1 / 2020-07-20 * Updated a few documentation links. No functional changes. diff --git a/lib/cloud_events/version.rb b/lib/cloud_events/version.rb index e5b2692..537b3a1 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.1" + VERSION = "0.1.2" end