Skip to content

Commit 991a847

Browse files
chore(main): release functions-framework-api 1.1.4
1 parent 54180ad commit 991a847

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"functions-framework-api":"1.1.3","invoker":"1.3.2","function-maven-plugin":"0.11.0"}
1+
{"functions-framework-api":"1.1.4","invoker":"1.3.2","function-maven-plugin":"0.11.0"}

functions-framework-api/CHANGELOG.md

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

3+
## [1.1.4](https://github.com/GoogleCloudPlatform/functions-framework-java/compare/functions-framework-api-v1.1.3...functions-framework-api-v1.1.4) (2024-11-22)
4+
5+
6+
### Bug Fixes
7+
8+
* print username for maven repo publish and revert maven-source-plugin to 3.2.1 ([#307](https://github.com/GoogleCloudPlatform/functions-framework-java/issues/307)) ([54180ad](https://github.com/GoogleCloudPlatform/functions-framework-java/commit/54180ada60ef776e1f720ff12cdf7a2978a8952e))
9+
* revert maven-source-plugin to 3.2.1 ([#303](https://github.com/GoogleCloudPlatform/functions-framework-java/issues/303)) ([2db9a2b](https://github.com/GoogleCloudPlatform/functions-framework-java/commit/2db9a2bec6ba93e7954e68c2301c5fc2fcc032d8))
10+
311
## [1.1.3](https://github.com/GoogleCloudPlatform/functions-framework-java/compare/functions-framework-api-v1.1.2...functions-framework-api-v1.1.3) (2024-10-05)
412

513

functions-framework-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
<groupId>com.google.cloud.functions</groupId>
2626
<artifactId>functions-framework-api</artifactId>
27-
<version>1.1.4-SNAPSHOT</version>
27+
<version>1.1.4</version>
2828

2929
<properties>
3030
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)