Skip to content

Commit 88acc5c

Browse files
authored
Merge pull request #13 from wanjunlei/master
release v1.1.0
2 parents 98c604f + a426ca5 commit 88acc5c

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414

1515
jobs:
1616
publish:
17-
runs-on: ubuntu-18.04
17+
runs-on: ubuntu-latest
1818
steps:
1919
- name: Check out Git repository
2020
uses: actions/checkout@v3

CHANGLOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 1.1.0 / 2023-06-01
2+
3+
### Features
4+
5+
- Use opentelemetry to collect tracing [#10](https://github.com/OpenFunction/functions-framework-java/pull/10).
6+
- Add support for dapr state store [#11](https://github.com/OpenFunction/functions-framework-java/pull/11).
7+
8+
### Others
9+
10+
- Use jackson instead of gson [#12](https://github.com/OpenFunction/functions-framework-java/pull/12).
11+
112
## 1.0.0 / 2023-02-20
213

314
The first release version.

0 commit comments

Comments
 (0)