diff --git a/.circleci/config.yml b/.circleci/config.yml index b17755a..89c6df7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,7 @@ version: 2.1 orbs: - prometheus: prometheus/prometheus@0.16.0 + prometheus: prometheus/prometheus@0.17.1 codecov: codecov/codecov@3.2.2 executors: diff --git a/CHANGELOG.md b/CHANGELOG.md index c71ca36..9a02bd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 0.9.0 / 2023-05-06 + +### Changes + +* [CHANGE] Trim exec path in middle (#22) +* [ENHANCEMENT] Update to Go 1.20 and update Go module dependencies (#23) + ## 0.8.1 / 2022-11-15 ### Changes diff --git a/VERSION b/VERSION index 6f4eebd..ac39a10 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.8.1 +0.9.0