From a426ca5ce650d6fda76076504858bcb8e5eb8af7 Mon Sep 17 00:00:00 2001 From: wanjunlei Date: Thu, 1 Jun 2023 17:05:11 +0800 Subject: [PATCH] release v1.1.0 Signed-off-by: wanjunlei --- .github/workflows/publish.yaml | 2 +- CHANGLOG.md | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 9017101b..c540d10e 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -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 diff --git a/CHANGLOG.md b/CHANGLOG.md index bb13932d..d937173c 100644 --- a/CHANGLOG.md +++ b/CHANGLOG.md @@ -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.