diff --git a/CHANGELOG.md b/CHANGELOG.md index 47dc66f..1643b40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## [v1.4.3](https://github.com/Songmu/tagpr/compare/v1.4.2...v1.4.3) - 2024-10-22 +- update deps and Go version by @Songmu in https://github.com/Songmu/tagpr/pull/184 + ## [v1.4.2](https://github.com/Songmu/tagpr/compare/v1.4.1...v1.4.2) - 2024-09-21 - Update README. by @monochromegane in https://github.com/Songmu/tagpr/pull/181 - Retry when "Secondary rate limit" error occurs in GitHub API by @snaka in https://github.com/Songmu/tagpr/pull/183 diff --git a/action.yml b/action.yml index 34bd3d5..ccf4647 100644 --- a/action.yml +++ b/action.yml @@ -5,7 +5,7 @@ inputs: version: description: "A version to install tagpr" required: false - default: "v1.4.2" + default: "v1.4.3" outputs: tag: description: "The semver tag, which is output only when the tagpr has tagged" diff --git a/version.go b/version.go index 4c3c98d..9b98d69 100644 --- a/version.go +++ b/version.go @@ -1,5 +1,5 @@ package tagpr -const version = "1.4.2" +const version = "1.4.3" var revision = "HEAD"