From 8a0631c7303be64df0eac940d4d3b88815f1ea48 Mon Sep 17 00:00:00 2001 From: "david.owusu" Date: Wed, 18 Feb 2026 11:16:07 +0100 Subject: [PATCH] [CC-3235] Release 5.9.0 --- CHANGELOG.md | 14 ++++++++++++++ pom.xml | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5022c0b5..60b496dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,20 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [5.9.0](https://github.com/unzerdev/java-sdk/compare/5.8.2..5.9.0) + +### Added + +* Added support for SCA (Strong Customer Authentication) transaction type. + * New `SCA` business object for handling SCA transactions + * New methods in `Unzer` facade: `sca()`, `fetchSCA()`, `authorizeWithSCA()`, `chargeWithSCA()` + * SCA transactions can be used for 3DS2 authentication flows +* Added `subscriptionAgreement` URL field to PayPage V2 request (`com.unzer.payment.resources.PaypageV2`). + +### Deprecated + +* Deprecated Giropay payment type (`com.unzer.payment.paymenttypes.Giropay`). + ## [5.8.2](https://github.com/unzerdev/java-sdk/compare/5.8.1..5.8.2) ## Changed diff --git a/pom.xml b/pom.xml index a392dc82..6ed4a355 100755 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.unzer.payment java-sdk - 5.8.2 + 5.9.0 Unzer Java SDK Unzer SDK provides an easy way to use Unzer Payment API. https://docs.unzer.com/