diff --git a/CHANGELOG.md b/CHANGELOG.md index d84257f..c16abdf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [4.3.0] - 2025-02-15 + +- #152 feat: log when restoring from cache +- #157 Dependencies Update +- #137 Add dependabot + ## [4.2.0] - 2024-04-15 - #124 Fix OS detection and download OS-native archive extension diff --git a/README.md b/README.md index f12ee61..4f2cecc 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Install a specific version of helm binary on the runner. Acceptable values are latest or any semantic version string like v3.5.0 Use this action in workflow to define which version of helm will be used. v2+ of this action only support Helm3. ```yaml -- uses: azure/setup-helm@v4.2.0 +- uses: azure/setup-helm@v4.3.0 with: version: '' # default is latest (stable) id: install diff --git a/package.json b/package.json index f1388a9..0a64cb3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "setuphelm", - "version": "4.2.0", + "version": "4.3.0", "private": true, "description": "Setup helm", "author": "Anumita Shenoy",