We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47d8efb commit 2fbd3a0Copy full SHA for 2fbd3a0
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+### v0.7.1 / 2021-01-26
4
+
5
+* DOCS: Fixed several errors in the writing-functions doc samples
6
+* DOCS: Updated documentation to note public release of GCF support
7
8
### v0.7.0 / 2020-09-25
9
10
* Now requires Ruby 2.5 or later.
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.7.0".freeze
+ VERSION = "0.7.1".freeze
21
end
0 commit comments