Skip to content

Commit

Permalink
release: Release cloud_events 0.1.2 (#22)
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 Sep 2, 2020
1 parent 0a20abd commit 57206ff
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.1.2 / 2020-09-02

* Fix: Convert extension attributes to strings, and ignore nils
* Documentation: Add code of conduct link to readme

### v0.1.1 / 2020-07-20

* Updated a few documentation links. No functional changes.
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.1"
VERSION = "0.1.2"
end

0 comments on commit 57206ff

Please sign in to comment.