Skip to content

Commit 2054567

Browse files
committed
Port CHANGELOG.md changes from v1.x to v2.x
1 parent 131767b commit 2054567

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -5,12 +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/v1.8.0...master)
8+
## [Unreleased](https://github.com/kbsali/php-redmine-api/compare/v1.8.1...v2.x)
99

1010
### Removed
1111

1212
- **BREAKING**: Deprecated client `Redmine\Client` was removed, use `Redmine\Client\NativeCurlClient` or `Redmine\Client\Psr18Client` instead
1313

14+
## [v1.8.1](https://github.com/kbsali/php-redmine-api/compare/v1.8.0...v1.8.1) - 2021-06-01
15+
16+
### Fixed
17+
18+
- `AbstractApi::get()` returns `null` on empty response body instead of `false` for BC reasons
19+
- Use uppercase in HTTP verbs
20+
1421
## [v1.8.0](https://github.com/kbsali/php-redmine-api/compare/v1.7.0...v1.8.0) - 2021-04-19
1522

1623
### Added

0 commit comments

Comments
 (0)