Skip to content

Commit

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

Prepare release 1.5.0
  • Loading branch information
isabellaahc authored May 27, 2021
2 parents d7fea5a + 367c246 commit 05a334b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ 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.5.0] - 2021-05-27
### Added
- Se agrega soporte para Captura Diferida en Transacción Completa modalidad normal y mall.

## [1.4.0] - 2021-02-25
### Added
- Se agregan métodos para hacer más simple la configuración de Webpay Plus
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, 4, 0)
VERSION = (1, 5, 0)

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

0 comments on commit 05a334b

Please sign in to comment.