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 d10fe28 commit a500b4cCopy full SHA for a500b4c
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+### v0.7.1 / 2023-10-04
4
+
5
+* DOCS: Governance docs per CE PR 1226
6
7
### v0.7.0 / 2022-01-14
8
9
* HttpBinding#probable_event? returns false if the request method is GET or HEAD.
lib/cloud_events/version.rb
@@ -5,5 +5,5 @@ module CloudEvents
# Version of the Ruby CloudEvents SDK
# @return [String]
#
- VERSION = "0.7.0"
+ VERSION = "0.7.1"
end
0 commit comments