Skip to content

Commit

Permalink
Merge pull request #70 from TransbankDevelopers/feat/prepare-release-…
Browse files Browse the repository at this point in the history
…1.2.1

Prepare release 1.2.1
  • Loading branch information
gdespirito authored Oct 8, 2020
2 parents bed3b45 + f35a433 commit 84adba0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ 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.2.1] - 2020-10-08
### Fixed
- Se arregla error en la respuesta de OneClick Mall [PR #69](https://github.com/TransbankDevelopers/transbank-sdk-python/pull/69) de [@hsandovaltides](https://github.com/hsandovaltides)
- Ahora se lanza excepción si se pasa un valor que no sea integer en el campo amount. [PR 68](ttps://github.com/TransbankDevelopers/transbank-sdk-python/pull/68)

## [1.2.0] - 2019-12-26
### Added
- Se agrega soporte para Oneclick Mall y Transacción Completa en sus versiones REST.
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, 2, 0)
VERSION = (1, 2, 1)

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

0 comments on commit 84adba0

Please sign in to comment.