From 5b3c98f3999bcbe39b39a698ba43799d32f9a910 Mon Sep 17 00:00:00 2001 From: Joonas Loueranta Date: Tue, 11 Apr 2023 15:38:18 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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