We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f4d9b3 commit 06cbd15Copy full SHA for 06cbd15
3 files changed
.release-please-manifest.json
@@ -1,3 +1,3 @@
1
{
2
- ".": "1.5.0"
+ ".": "1.5.1"
3
}
CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog
+### 1.5.1 (2025-02-06)
4
+
5
+### Miscellaneous Chores
6
7
+* release 1.5.1 ([#211](https://github.com/GoogleCloudPlatform/functions-framework-ruby/issues/211))
8
9
### 1.5.0 (2025-01-03)
10
11
#### Features
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.5.0".freeze
+ VERSION = "1.5.1".freeze
21
end
0 commit comments