Skip to content

Commit c211f31

Browse files
release: Release cloud_events 0.9.0 (was 0.8.3) (#117)
Signed-off-by: CNCF CloudEvents Bot <cncfcloudevents@gmail.com> Co-authored-by: CNCF CloudEvents Bot <cncfcloudevents@gmail.com>
1 parent 0b101c5 commit c211f31

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

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.9.0 / 2026-03-12
4+
5+
* ADDED: Added an implementation of Kafka Binding
6+
37
### v0.8.3 / 2026-01-15
48

59
* FIXED: Fixed default charset behavior for various non-text/plain content types

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

0 commit comments

Comments
 (0)