diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b5f6c1..25a5f32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ 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). +## [2.5.0] - 2023-04-11 +### Added +- You can now request payment report by settlement ID +- Added new improved way for requesting payment reports: requestSettlements() +### Fixed +- Fixed date validation on report requests +- Code cleanup for request classes + ## [2.3.2] - 2023-02-22 ### Added - PHPStan (static analyser) added in workflow