diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a915e8c..2be9c43 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.1" + ".": "0.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ddeee4e..84a7833 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Changelog -## [0.2.0](https://github.com/flipt-io/setup-action/compare/v0.1.0...v0.2.0) (2024-10-29) +## [0.2.0](https://github.com/flipt-io/setup-action/compare/v0.1.1...v0.2.0) (2024-10-29) ### Features -* add github token support to download flipt cli +* Support auth action ([#8](https://github.com/flipt-io/setup-action/issues/8)) ([bb85e3f](https://github.com/flipt-io/setup-action/commit/bb85e3f714d3da5561ee581d965dcf8d102bcec9)) ## [0.1.1](https://github.com/flipt-io/setup-action/compare/v0.1.0...v0.1.1) (2024-10-29)