diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index bc2d9502..8e1c94eb 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -47,6 +47,7 @@ jobs: if: ${{ success() && matrix.php-versions == '8.2' }} uses: codecov/codecov-action@v3 with: + token: ${{ secrets.CODECOV_TOKEN }} files: ./.phpunit.cache/clover.xml fail_ci_if_error: true verbose: true diff --git a/CHANGELOG.md b/CHANGELOG.md index 163ff6b2..b0d66cac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased](https://github.com/kbsali/php-redmine-api/compare/v2.2.0...v2.x) +## [Unreleased](https://github.com/kbsali/php-redmine-api/compare/v2.3.0...v2.x) + +## [v2.3.0](https://github.com/kbsali/php-redmine-api/compare/v2.2.0...v2.3.0) - 2023-10-09 ### Added