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 2a4e45d commit 5a02784Copy full SHA for 5a02784
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+### v0.11.0 / 2021-06-28
4
+
5
+* UPDATED: Update CloudEvents dependency to 0.5 to get fixes for JSON formatting cases
6
+* FIXED: Updated Pub/Sub and Firebase event conversion logic to better align to Eventarc
7
8
### v0.10.0 / 2021-06-01
9
10
* ADDED: Support raw pubsub events sent by the pubsub emulator
lib/functions_framework/version.rb
@@ -17,5 +17,5 @@ module FunctionsFramework
17
# Version of the Ruby Functions Framework
18
# @return [String]
19
#
20
- VERSION = "0.10.0".freeze
+ VERSION = "0.11.0".freeze
21
end
0 commit comments