We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b101c5 commit c211f31Copy full SHA for c211f31
2 files changed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+### v0.9.0 / 2026-03-12
4
+
5
+* ADDED: Added an implementation of Kafka Binding
6
7
### v0.8.3 / 2026-01-15
8
9
* FIXED: Fixed default charset behavior for various non-text/plain content types
lib/cloud_events/version.rb
@@ -5,5 +5,5 @@ module CloudEvents
# Version of the Ruby CloudEvents SDK
# @return [String]
#
- VERSION = "0.8.3"
+ VERSION = "0.9.0"
end
0 commit comments