diff --git a/CHANGELOG.md b/CHANGELOG.md index f1b9062..04eb81b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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). +## [3.0.1] - 2025-01-09 + +### Changed + +- Widened support for truelayer-signing + ## [3.0.0] - 2024-12-04 ### Added @@ -27,6 +33,7 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - Support for payout scheme selection ### Changed + - Fully separated payment and payout beneficiaries - Moved all beneficiary classes to new namespace - Payment method removed from `PaymentEventInterface` and now only available on payment authorized, executed, settled diff --git a/composer.json b/composer.json index 8cbe1a1..6dc3da3 100644 --- a/composer.json +++ b/composer.json @@ -37,7 +37,7 @@ "psr/http-factory-implementation": "*", "psr/http-message-implementation": "^1.0", "psr/simple-cache": "^1.0|^2.0|^3.0", - "truelayer/signing": "^1.0.0", + "truelayer/signing": "^0.1.0|^1.0.0", "ramsey/uuid": "^3.7|^4.1", "nesbot/carbon": "^2.62.1|^3.0.0", "php-http/discovery": "^1.15.1"