Skip to content

Commit

Permalink
chore: release functions_framework 1.0.1 (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Sep 13, 2021
1 parent 3ae25b2 commit 0d90470
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.0.1 (2021-09-10)

* FIXED: Update legacy event conversion to set the correct types for firebase database events

## 1.0.0 (2021-07-07)

* Bumped the version to 1.0.
Expand Down
2 changes: 1 addition & 1 deletion lib/functions_framework/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ module FunctionsFramework
# Version of the Ruby Functions Framework
# @return [String]
#
VERSION = "1.0.0".freeze
VERSION = "1.0.1".freeze
end

0 comments on commit 0d90470

Please sign in to comment.