Skip to content

Commit

Permalink
Merge pull request #328 from Art4/release-2.3.0
Browse files Browse the repository at this point in the history
Release v2.3.0
  • Loading branch information
Art4 committed Oct 9, 2023
2 parents 2b7cfcd + 56cad08 commit b76bcf1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b76bcf1

Please sign in to comment.