Skip to content

Commit

Permalink
Merge pull request #170 from TransbankDevelopers/chore/prepare-releas…
Browse files Browse the repository at this point in the history
…e-4.0.0

add 4.0.0 changelog
  • Loading branch information
mvarlic authored Sep 1, 2022
2 parents 0463117 + b63b34c commit b2a9b18
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ Todos los cambios notables a este proyecto serán documentados en este archivo.
El formato está basado en [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
y este proyecto adhiere a [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [4.0.0] - 2022-09-01

### Changed
- Se migra el API desde la versión 1.2 a la versión 1.3

### Added
- Se agrega los métodos 'increaseAmount', 'increaseAuthorizationDate', 'reversePreAuthorizedAmount', 'deferredCaptureHistory' a las versiones diferidas de WebpayPlus, WebpayPlus Mall, Oneclick Mall, Transaccion Completa y Transaccion Completa Mall
- Ahora los métodos status y commit de las versiones diferidas de WebpayPlus, WebpayPlus Mall, Transaccion Completa y Transaccion Completa Mall retornan el campo 'captureExpirationDate'
- Ahora los métodos status y authorize de la versión diferida de Oneclick Mall retornan el campo 'captureExpirationDate'

## [3.0.1] - 2022-06-22

### Changed
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<groupId>com.github.transbankdevelopers</groupId>
<artifactId>transbank-sdk-java</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>4.0.1-SNAPSHOT</version>
<name>Transbank Java SDK</name>

<inceptionYear>2018</inceptionYear>
Expand Down

0 comments on commit b2a9b18

Please sign in to comment.