Skip to content

Commit

Permalink
chore(main): release functions_framework 1.4.2 (#188)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Oct 1, 2024
1 parent bb967d6 commit f004e54
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.4.1"
".": "1.4.2"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

### 1.4.2 (2024-09-18)

#### Bug Fixes

* typo in cli help ([#196](https://github.com/GoogleCloudPlatform/functions-framework-ruby/issues/196))
#### Documentation

* fix a broken link to the rack SPEC

### 1.4.1 (2023-06-27)

#### Bug Fixes
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.4.1".freeze
VERSION = "1.4.2".freeze
end

0 comments on commit f004e54

Please sign in to comment.