From 243ac555111a84756285bf7dc55df821a55d32d9 Mon Sep 17 00:00:00 2001 From: Steve Hipwell Date: Fri, 10 May 2024 11:44:32 +0100 Subject: [PATCH] chore: Updated changelog for v0.2.3 Signed-off-by: Steve Hipwell --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3eed1a8..2aa2dba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,8 @@ ## [UNRELEASED] +## [v0.2.3] - 2024-05-10 + ### Added - Added support for renaming tool binaries. ([#6](https://github.com/action-stars/install-tool-from-github-release/pull/6)) _@stevehipwell_ @@ -45,7 +47,8 @@ -[UNRELEASED]: https://github.com/action-stars/install-tool-from-github-release/compare/v0.2.2...HEAD +[UNRELEASED]: https://github.com/action-stars/install-tool-from-github-release/compare/v0.2.3...HEAD +[v0.2.3]: https://github.com/action-stars/install-tool-from-github-release/releases/tag/v0.2.3 [v0.2.2]: https://github.com/action-stars/install-tool-from-github-release/releases/tag/v0.2.2 [v0.2.1]: https://github.com/action-stars/install-tool-from-github-release/releases/tag/v0.2.1 [v0.2.0]: https://github.com/action-stars/install-tool-from-github-release/releases/tag/v0.2.0