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 3ae25b2 commit 0d90470Copy full SHA for 0d90470
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 1.0.1 (2021-09-10)
4
+
5
+* FIXED: Update legacy event conversion to set the correct types for firebase database events
6
7
## 1.0.0 (2021-07-07)
8
9
* Bumped the version to 1.0.
lib/functions_framework/version.rb
@@ -17,5 +17,5 @@ module FunctionsFramework
17
# Version of the Ruby Functions Framework
18
# @return [String]
19
#
20
- VERSION = "1.0.0".freeze
+ VERSION = "1.0.1".freeze
21
end
0 commit comments