Skip to content

Commit 7d12a02

Browse files
authored
Merge pull request #472 from kbsali/release-2.9.1
Release v2.9.1
2 parents 2375db7 + 39d20d2 commit 7d12a02

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,16 @@ 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.9.0...v2.x)
8+
## [Unreleased](https://github.com/kbsali/php-redmine-api/compare/v2.9.1...v2.x)
9+
10+
Nothing yet.
11+
12+
## [v2.9.1](https://github.com/kbsali/php-redmine-api/compare/v2.9.0...v2.9.1) - 2026-04-03
913

1014
### Fixed
1115

1216
- Fixed wrongly triggered deprecation messages in `Redmine\Client\NativeCurlClient` and `Redmine\Client\Psr18Client`.
17+
- Allow unset version from an issue.
1318

1419
## [v2.9.0](https://github.com/kbsali/php-redmine-api/compare/v2.8.0...v2.9.0) - 2026-03-08
1520

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kbsali/redmine-api",
3-
"version": "v2.10.0-dev",
3+
"version": "v2.9.1",
44
"type": "library",
55
"description": "Redmine API client",
66
"homepage": "https://github.com/kbsali/php-redmine-api",

0 commit comments

Comments
 (0)