Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

### v0.8.0 / 2025-11-04

* BREAKING CHANGE: Raise AttributeError if an illegal attribute name is used
* ADDED: Require Ruby 2.7 or later
* FIXED: Improved hashing algorithm for opaque event objects
* FIXED: Removed dependency on base64 gem
* FIXED: Raise AttributeError if an illegal attribute name is used
* DOCS: Add link to the security mailing list

### v0.7.1 / 2023-10-04

* DOCS: Governance docs per CE PR 1226
Expand Down
2 changes: 1 addition & 1 deletion lib/cloud_events/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ module CloudEvents
# Version of the Ruby CloudEvents SDK
# @return [String]
#
VERSION = "0.7.1"
VERSION = "0.8.0"
end