Skip to content

Commit

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

add 4.0.0 changelog
  • Loading branch information
mvarlic authored Aug 29, 2022
2 parents be1a39c + 21e3f31 commit 05e20d4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ Todos los cambios notables a este proyecto serán docuemntados 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-08-29

### Changed

- Se migra el API desde la versión 1.2 a la versión 1.3
- 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
- Se agrega soporte a Patpass Comercio
- Se mejora el tratamiento de errores, retornando el mensaje 'Unexpected error' en caso de que Transbank no retorne alguno

## [3.0.2] - 2022-04-04

### Changed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "transbank-sdk",
"version": "3.0.2",
"version": "4.0.0",
"description": "Transbank SDK for Node.js",
"main": "dist/es5/index.js",
"module": "dist/es6/index.js",
Expand Down

0 comments on commit 05e20d4

Please sign in to comment.