Skip to content

Commit 0d90470

Browse files
chore: release functions_framework 1.0.1 (#116)
1 parent 3ae25b2 commit 0d90470

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
## 1.0.1 (2021-09-10)
4+
5+
* FIXED: Update legacy event conversion to set the correct types for firebase database events
6+
37
## 1.0.0 (2021-07-07)
48

59
* Bumped the version to 1.0.

lib/functions_framework/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ module FunctionsFramework
1717
# Version of the Ruby Functions Framework
1818
# @return [String]
1919
#
20-
VERSION = "1.0.0".freeze
20+
VERSION = "1.0.1".freeze
2121
end

0 commit comments

Comments
 (0)