We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecf2ac2 commit 385d9e3Copy full SHA for 385d9e3
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+### v0.8.1 / 2025-11-10
4
+
5
+* DOCS: Some minor updates and corrections to the README and examples
6
7
### v0.8.0 / 2025-11-04
8
9
* BREAKING CHANGE: Raise AttributeError if an illegal attribute name is used
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
0 commit comments