Skip to content

Commit 385d9e3

Browse files
release: Release cloud_events 0.8.1 (was 0.8.0) (#96)
Signed-off-by: CNCF CloudEvents Bot <[email protected]> Co-authored-by: CNCF CloudEvents Bot <[email protected]>
1 parent ecf2ac2 commit 385d9e3

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.1 / 2025-11-10
4+
5+
* DOCS: Some minor updates and corrections to the README and examples
6+
37
### v0.8.0 / 2025-11-04
48

59
* BREAKING CHANGE: Raise AttributeError if an illegal attribute name is used

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.0"
8+
VERSION = "0.8.1"
99
end

0 commit comments

Comments
 (0)