Skip to content

Commit 6adfc23

Browse files
authored
[CC-3235] Release 5.9.0 (#189)
1 parent 89bf6f7 commit 6adfc23

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,20 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres
77
to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
88

9+
## [5.9.0](https://github.com/unzerdev/java-sdk/compare/5.8.2..5.9.0)
10+
11+
### Added
12+
13+
* Added support for SCA (Strong Customer Authentication) transaction type.
14+
* New `SCA` business object for handling SCA transactions
15+
* New methods in `Unzer` facade: `sca()`, `fetchSCA()`, `authorizeWithSCA()`, `chargeWithSCA()`
16+
* SCA transactions can be used for 3DS2 authentication flows
17+
* Added `subscriptionAgreement` URL field to PayPage V2 request (`com.unzer.payment.resources.PaypageV2`).
18+
19+
### Deprecated
20+
21+
* Deprecated Giropay payment type (`com.unzer.payment.paymenttypes.Giropay`).
22+
923
## [5.8.2](https://github.com/unzerdev/java-sdk/compare/5.8.1..5.8.2)
1024

1125
## Changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.unzer.payment</groupId>
88
<artifactId>java-sdk</artifactId>
9-
<version>5.8.2</version>
9+
<version>5.9.0</version>
1010
<name>Unzer Java SDK</name>
1111
<description>Unzer SDK provides an easy way to use Unzer Payment API.</description>
1212
<url>https://docs.unzer.com/</url>

0 commit comments

Comments
 (0)