Skip to content

Commit

Permalink
release v1.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: wanjunlei <wanjunlei@kubesphere.io>
  • Loading branch information
wanjunlei committed Jun 1, 2023
1 parent 98c604f commit a426ca5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

jobs:
publish:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v3
Expand Down
11 changes: 11 additions & 0 deletions CHANGLOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 1.1.0 / 2023-06-01

### Features

- Use opentelemetry to collect tracing [#10](https://github.com/OpenFunction/functions-framework-java/pull/10).
- Add support for dapr state store [#11](https://github.com/OpenFunction/functions-framework-java/pull/11).

### Others

- Use jackson instead of gson [#12](https://github.com/OpenFunction/functions-framework-java/pull/12).

## 1.0.0 / 2023-02-20

The first release version.
Expand Down

0 comments on commit a426ca5

Please sign in to comment.