From 985343d70564a82044c1b7fcb84c2fa05405c1a2 Mon Sep 17 00:00:00 2001 From: Tom Hu <88201630+thomasrockhu-codecov@users.noreply.github.com> Date: Tue, 19 Nov 2024 21:16:06 -0500 Subject: [PATCH] chore(release): 5.0.4 (#1682) --- CHANGELOG.md | 9 +++++++++ src/version | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4af06b060..f70d7aa87 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 a0f7001f0..b5427f24c 100644 --- a/src/version +++ b/src/version @@ -1 +1 @@ -CODECOV_ACTION_VERSION="5.0.3" +CODECOV_ACTION_VERSION="5.0.4"