From 162d3df55de0d32d03f54e9aacbbfc19ad353206 Mon Sep 17 00:00:00 2001 From: CNCF CloudEvents Bot Date: Sun, 30 Nov 2025 17:42:38 +0000 Subject: [PATCH] release: Release cloud_events 0.8.2 (was 0.8.1) 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 4bd1482..a49a287 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +### v0.8.2 / 2025-11-30 + +* DOCS: Fixed a few typos in documentation and error messages + ### v0.8.1 / 2025-11-10 * DOCS: Some minor updates and corrections to the README and examples diff --git a/lib/cloud_events/version.rb b/lib/cloud_events/version.rb index e499fe2..fc5607d 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.1" + VERSION = "0.8.2" end