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 59690a3 commit be55b3aCopy full SHA for be55b3a
.release-please-manifest.json
@@ -1,3 +1,3 @@
1
{
2
- ".": "1.4.1"
+ ".": "1.4.2"
3
}
CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+### 1.4.2 (2024-09-18)
4
+
5
+#### Bug Fixes
6
7
+* typo in cli help ([#196](https://github.com/GoogleCloudPlatform/functions-framework-ruby/issues/196))
8
+#### Documentation
9
10
+* fix a broken link to the rack SPEC
11
12
### 1.4.1 (2023-06-27)
13
14
#### Bug Fixes
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.4.1".freeze
+ VERSION = "1.4.2".freeze
21
end
0 commit comments