Skip to content

Commit

Permalink
ACL-261: Widen truelayer-signing compatibility (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
lighe authored Jan 9, 2025
1 parent 700c83f commit 7f7cc27
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7f7cc27

Please sign in to comment.