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 0a20abd commit 57206ffCopy full SHA for 57206ff
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+### v0.1.2 / 2020-09-02
4
+
5
+* Fix: Convert extension attributes to strings, and ignore nils
6
+* Documentation: Add code of conduct link to readme
7
8
### v0.1.1 / 2020-07-20
9
10
* Updated a few documentation links. No functional changes.
lib/cloud_events/version.rb
@@ -5,5 +5,5 @@ module CloudEvents
# Version of the Ruby CloudEvents SDK
# @return [String]
#
- VERSION = "0.1.1"
+ VERSION = "0.1.2"
end
0 commit comments