Skip to content

Commit b76bcf1

Browse files
authored
Merge pull request #328 from Art4/release-2.3.0
Release v2.3.0
2 parents 2b7cfcd + 56cad08 commit b76bcf1

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/tests.yml

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
if: ${{ success() && matrix.php-versions == '8.2' }}
4848
uses: codecov/codecov-action@v3
4949
with:
50+
token: ${{ secrets.CODECOV_TOKEN }}
5051
files: ./.phpunit.cache/clover.xml
5152
fail_ci_if_error: true
5253
verbose: true

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased](https://github.com/kbsali/php-redmine-api/compare/v2.2.0...v2.x)
8+
## [Unreleased](https://github.com/kbsali/php-redmine-api/compare/v2.3.0...v2.x)
9+
10+
## [v2.3.0](https://github.com/kbsali/php-redmine-api/compare/v2.2.0...v2.3.0) - 2023-10-09
911

1012
### Added
1113

0 commit comments

Comments
 (0)