Skip to content

Commit be55b3a

Browse files
chore(main): release functions_framework 1.4.2
1 parent 59690a3 commit be55b3a

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.4.1"
2+
".": "1.4.2"
33
}

CHANGELOG.md

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

3+
### 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+
312
### 1.4.1 (2023-06-27)
413

514
#### Bug Fixes

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.4.1".freeze
20+
VERSION = "1.4.2".freeze
2121
end

0 commit comments

Comments
 (0)