Skip to content

Commit 57206ff

Browse files
release: Release cloud_events 0.1.2 (#22)
Signed-off-by: CNCF CloudEvents Bot <[email protected]> Co-authored-by: CNCF CloudEvents Bot <[email protected]>
1 parent 0a20abd commit 57206ff

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

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+
38
### v0.1.1 / 2020-07-20
49

510
* Updated a few documentation links. No functional changes.

lib/cloud_events/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ module CloudEvents
55
# Version of the Ruby CloudEvents SDK
66
# @return [String]
77
#
8-
VERSION = "0.1.1"
8+
VERSION = "0.1.2"
99
end

0 commit comments

Comments
 (0)