Skip to content

Commit 256bef0

Browse files
release: Release cloud_events 0.8.2 (was 0.8.1) (#104)
Signed-off-by: CNCF CloudEvents Bot <cncfcloudevents@gmail.com> Co-authored-by: CNCF CloudEvents Bot <cncfcloudevents@gmail.com>
1 parent 9d3506a commit 256bef0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
### v0.8.2 / 2025-11-30
4+
5+
* DOCS: Fixed a few typos in documentation and error messages
6+
37
### v0.8.1 / 2025-11-10
48

59
* DOCS: Some minor updates and corrections to the README and examples

lib/cloud_events/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ module CloudEvents
55
# Version of the Ruby CloudEvents SDK
66
# @return [String]
77
#
8-
VERSION = "0.8.1"
8+
VERSION = "0.8.2"
99
end

0 commit comments

Comments
 (0)