Skip to content

Commit

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

Prepare Release 2.0.1
  • Loading branch information
isabellaahc authored Oct 28, 2021
2 parents 27bf691 + 1b13cf9 commit 3d7a3ac
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ 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.1] - 2021-10-28
### Fixed
- Actualización de versión mínima requerida de dependencia Marshmallow.

### Security
- Actualización de dependencia urllib3 a una versión libre de vulnerabilidades.


## [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
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 = (2, 0, 0)
VERSION = (2, 0, 1)

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

0 comments on commit 3d7a3ac

Please sign in to comment.