Skip to content

Commit

Permalink
release: Release cloud_events 0.2.0 (#40)
Browse files Browse the repository at this point in the history
Signed-off-by: CNCF CloudEvents Bot <cncfcloudevents@gmail.com>

Co-authored-by: CNCF CloudEvents Bot <cncfcloudevents@gmail.com>
  • Loading branch information
github-actions[bot] and cncfcloudevents committed Jan 25, 2021
1 parent 241ef73 commit 2855c15
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

### v0.2.0 / 2021-01-25

* ADDED: Freeze event objects to make them Ractor-shareable
* DOCS: Fix formatting of Apache license

### v0.1.2 / 2020-09-02

* Fix: Convert extension attributes to strings, and ignore nils
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.1.2"
VERSION = "0.2.0"
end

0 comments on commit 2855c15

Please sign in to comment.