diff --git a/.github/workflows/ci-go-unit-tests.yaml b/.github/workflows/ci-go-unit-tests.yaml index 3629a26..c047182 100644 --- a/.github/workflows/ci-go-unit-tests.yaml +++ b/.github/workflows/ci-go-unit-tests.yaml @@ -10,6 +10,8 @@ on: paths: - "**/*.go" - "**/go.mod" + - "**/go.sum" + - "**/*.md" - .github/workflows/* permissions: diff --git a/CHANGELOG.md b/CHANGELOG.md index ed9decf..c58df5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,9 @@ # Changelog -## UNRELEASED +## 2025-07-22 - Version 0.2.0 -- feat: add a Shutdown function to close the active engine +- feat: introduce new API that works with local mode and remote clusters +- chore: remove deprecated API ## 2025-05-21 - Version 0.1.0