diff --git a/CHANGELOG.md b/CHANGELOG.md index 4af06b0607..f70d7aa87b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## v5.0.4 +### What's Changed +* chore(deps): bump wrapper to 0.0.26 by @thomasrockhu-codecov in https://github.com/codecov/codecov-action/pull/1681 +* fix: strip out a trailing \/n from input tokens by @thomasrockhu-codecov in https://github.com/codecov/codecov-action/pull/1679 +* fix: add action version by @thomasrockhu-codecov in https://github.com/codecov/codecov-action/pull/1678 + + +**Full Changelog**: https://github.com/codecov/codecov-action/compare/v5.0.3..v5.0.4 + ## v5.0.3 ### What's Changed * fix: update OIDC audience by @thomasrockhu-codecov in https://github.com/codecov/codecov-action/pull/1675 diff --git a/src/version b/src/version index a0f7001f08..b5427f24c3 100644 --- a/src/version +++ b/src/version @@ -1 +1 @@ -CODECOV_ACTION_VERSION="5.0.3" +CODECOV_ACTION_VERSION="5.0.4"