From 38778760747db0c36b31f2702778eb3173bcca18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eduardo=20D=C3=ADaz?= Date: Tue, 5 Mar 2024 23:20:28 +0100 Subject: [PATCH] I just updated the changelog --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c8efc5..0868f9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All Notable changes to `Redsys` will be documented in this file +## Version 1.4.8 (2024-03-05) +### Added +- Implementation of the `xpay` method within the `setMethod` functionality to support GooglePay and ApplePay. + +- TDD (Test Driven Development) implementation for enhanced code reliability and maintainability. + +### Changed +- Possible internal changes were made to integrate the `xpay` method and accommodate the TDD implementation, ensuring code consistency. + +### Fixed +- None ## Version 1.4.7 (2024-02-24) ### Added