Skip to content

Commit fd752ee

Browse files
chore(main): release functions-framework-api 2.0.3
1 parent 0972c98 commit fd752ee

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"functions-framework-api":"2.0.2","invoker":"2.0.1","function-maven-plugin":"1.0.1"}
1+
{"functions-framework-api":"2.0.3","invoker":"2.0.1","function-maven-plugin":"1.0.1"}

functions-framework-api/CHANGELOG.md

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

3+
## [2.0.3](https://github.com/GoogleCloudPlatform/functions-framework-java/compare/functions-framework-api-v2.0.2...functions-framework-api-v2.0.3) (2026-07-14)
4+
5+
6+
### Bug Fixes
7+
8+
* enforce maven-enforcer-plugin 3.6.3 in release profile and fix POM structure ([#394](https://github.com/GoogleCloudPlatform/functions-framework-java/issues/394)) ([3a7faaf](https://github.com/GoogleCloudPlatform/functions-framework-java/commit/3a7faaf3026ce9762a2fe728c30938b09c112bac))
9+
310
## [2.0.2](https://github.com/GoogleCloudPlatform/functions-framework-java/compare/functions-framework-api-v2.0.1...functions-framework-api-v2.0.2) (2026-07-09)
411

512

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>2.0.2</version>
27+
<version>2.0.3</version>
2828
<name>Functions Framework Java API</name>
2929
<description>An open source FaaS (Function as a service) framework for writing portable Java functions.</description>
3030
<url>https://github.com/GoogleCloudPlatform/functions-framework-java</url>

0 commit comments

Comments
 (0)