From 9e2b9045f8cfa808a19a7658df0fc99403ba12a6 Mon Sep 17 00:00:00 2001 From: Tom Hu Date: Wed, 20 Nov 2024 15:12:28 -0500 Subject: [PATCH] chore(release): 5.0.6 --- CHANGELOG.md | 7 +++++++ src/version | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab6ab41..071e466 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## v5.0.6 +### What's Changed +* fix: update CODECOV_TOKEN and fix tokenless by @thomasrockhu-codecov in https://github.com/codecov/codecov-action/pull/1688 + + +**Full Changelog**: https://github.com/codecov/codecov-action/compare/v5.0.5..v5.0.6 + ## v5.0.5 ### What's Changed * chore(release): wrapper-0.0.27 by @app/codecov-releaser-app in https://github.com/codecov/codecov-action/pull/1685 diff --git a/src/version b/src/version index 58b98b2..2212155 100644 --- a/src/version +++ b/src/version @@ -1 +1 @@ -CODECOV_ACTION_VERSION="5.0.5" +CODECOV_ACTION_VERSION="5.0.6"