transferwise / openbanking-client

Java client for using the UK Open Banking API
Other
15 stars 14 forks source link

[EUPAY-1439]: bump library version #258

Closed aun-wise closed 4 months ago

aun-wise commented 4 months ago

Context

This is the final PR to migrate openbanking-client to use WebClient from RestTemplate. This PR bumps the library version to 21.0.0

Changes to return Mono type so that the client can use .block() by themselves will be separated into another version.

Changes