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 9d3506a commit 256bef0Copy full SHA for 256bef0
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+### v0.8.2 / 2025-11-30
4
+
5
+* DOCS: Fixed a few typos in documentation and error messages
6
7
### v0.8.1 / 2025-11-10
8
9
* DOCS: Some minor updates and corrections to the README and examples
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
0 commit comments