Skip to content

Commit 7ee5dd7

Browse files
chore(main): release functions-framework-api 2.0.2 (GoogleCloudPlatform#395)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 3a7faaf commit 7ee5dd7

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.1","invoker":"2.0.1","function-maven-plugin":"1.0.1"}
1+
{"functions-framework-api":"2.0.2","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.2](https://github.com/GoogleCloudPlatform/functions-framework-java/compare/functions-framework-api-v2.0.1...functions-framework-api-v2.0.2) (2026-07-09)
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.1](https://github.com/GoogleCloudPlatform/functions-framework-java/compare/functions-framework-api-v2.0.0...functions-framework-api-v2.0.1) (2026-04-10)
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-SNAPSHOT</version>
27+
<version>2.0.2</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)