Skip to content

Commit

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

Prepare release 1.4.0
  • Loading branch information
Felipe Fiebig authored Feb 25, 2021
2 parents f54568b + 3416518 commit a4212c7
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 @@ -4,6 +4,16 @@ 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).

## [1.4.0] - 2021-02-25
### Added
- Se agregan métodos para hacer más simple la configuración de Webpay Plus
- Se agregan tests en Webpay Plus

### Fixed
- Se arregla acumulación en transacciones mall. Gracias @jalvaradosegura
- Se arreglan llamadas a estado en transacción inicializada
- Se arregla llamada a commit en pagos usando Onepay dentro de Webpay

## [1.3.0] - 2020-11-12
### Added
- Se agrega soporte para:
Expand Down
2 changes: 1 addition & 1 deletion transbank/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION = (1, 3, 0)
VERSION = (1, 4, 0)

__version__ = '.'.join(map(str, VERSION))

0 comments on commit a4212c7

Please sign in to comment.