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 581b4a9 commit 77b7380Copy full SHA for 77b7380
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+### v0.3.0 / 2021-03-02
4
+
5
+* ADDED: Require Ruby 2.5 or later
6
+* FIXED: Deep-duplicated event attributes in to_h to avoid returning frozen objects
7
8
### v0.2.0 / 2021-01-25
9
10
* ADDED: Freeze event objects to make them Ractor-shareable
lib/cloud_events/version.rb
@@ -5,5 +5,5 @@ module CloudEvents
# Version of the Ruby CloudEvents SDK
# @return [String]
#
- VERSION = "0.2.0"
+ VERSION = "0.3.0"
end
0 commit comments