Skip to content

Commit

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

Prepare release 2.0.0
  • Loading branch information
isabellaahc authored Oct 20, 2021
2 parents 94ce237 + fecce2f commit d29b6a2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ 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).

## [2.0.0] - 2021-10-19
### Added
Los métodos apuntan a la versión 1.2 del API de Transbank, por lo que ahora las redirecciones de vuelta en el
returnUrl serán por GET en vez de POST.

## [1.5.0] - 2021-05-27
### Added
- Se agrega soporte para Captura Diferida en Transacción Completa modalidad normal y mall.
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, 5, 0)
VERSION = (2, 0, 0)

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

0 comments on commit d29b6a2

Please sign in to comment.