From e1755c92c33413aa9cbfe26dfa4aa64891db5d9c Mon Sep 17 00:00:00 2001 From: CNCF CloudEvents Bot Date: Mon, 10 Nov 2025 08:01:21 +0000 Subject: [PATCH] release: Release cloud_events 0.8.1 (was 0.8.0) Signed-off-by: CNCF CloudEvents Bot --- CHANGELOG.md | 4 ++++ lib/cloud_events/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47bfb3f..4bd1482 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +### v0.8.1 / 2025-11-10 + +* DOCS: Some minor updates and corrections to the README and examples + ### v0.8.0 / 2025-11-04 * BREAKING CHANGE: Raise AttributeError if an illegal attribute name is used diff --git a/lib/cloud_events/version.rb b/lib/cloud_events/version.rb index c62e02e..e499fe2 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.8.0" + VERSION = "0.8.1" end