Skip to content

Commit 8919f81

Browse files
committed
Release v2.2.0
1 parent 14720c8 commit 8919f81

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

Diff for: CHANGELOG.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,19 @@ 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.1.1...v2.x)
8+
## [Unreleased](https://github.com/kbsali/php-redmine-api/compare/v2.2.0...v2.x)
99

10-
### Fixed
11-
12-
- Allow unassign user from an issue
10+
## [v2.2.0](https://github.com/kbsali/php-redmine-api/compare/v2.1.1...v2.2.0) - 2022-03-01
1311

1412
### Added
1513

1614
- New method `Redmine\Client\AbstractApi::retrieveData()` to retrieve as many elements as you want as array (even if the total number of elements is greater than 100).
1715
- New exception `Redmine\Client\SerializerException` for JSON/XML serializer related exceptions
1816

17+
### Fixed
18+
19+
- Allow unassign user from an issue
20+
1921
### Deprecated
2022

2123
- `Redmine\Api\AbstractApi::retrieveAll()` is deprecated, use `Redmine\Api\AbstractApi::retrieveData()` instead

0 commit comments

Comments
 (0)