Skip to content

Commit 0467294

Browse files
chore(main): release functions-framework-api 2.0.1 (#380)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent de983d9 commit 0467294

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"functions-framework-api":"2.0.0","invoker":"2.0.0","function-maven-plugin":"1.0.0"}
1+
{"functions-framework-api":"2.0.1","invoker":"2.0.0","function-maven-plugin":"1.0.0"}

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.1](https://github.com/GoogleCloudPlatform/functions-framework-java/compare/functions-framework-api-v2.0.0...functions-framework-api-v2.0.1) (2026-04-10)
4+
5+
6+
### Bug Fixes
7+
8+
* update CloudEvents dependencyFixes [#378](https://github.com/GoogleCloudPlatform/functions-framework-java/issues/378) ([#379](https://github.com/GoogleCloudPlatform/functions-framework-java/issues/379)) ([de983d9](https://github.com/GoogleCloudPlatform/functions-framework-java/commit/de983d907ebba9fba6809e816f6c70f207d6c252))
9+
310
## [2.0.0](https://github.com/GoogleCloudPlatform/functions-framework-java/compare/functions-framework-api-v1.1.4...functions-framework-api-v2.0.0) (2025-11-05)
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.1-SNAPSHOT</version>
27+
<version>2.0.1</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)