Skip to content

Commit 8062e84

Browse files
Merge pull request #99 from TransbankDevelopers/chore/prepare-release-3.0.1
Prepare release 3.0.1
2 parents 654510e + b1644d2 commit 8062e84

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Todos los cambios notables a este proyecto serán docuemntados en este archivo.
44
El formato está basado en [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
y este proyecto adhiere a [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## [3.0.1] - 2022-07-13
8+
### Fixed
9+
- Actualización de versión mínima requerida de dependencia Marshmallow.
10+
- Se corrige el método 'has_text' de la clase 'ValidationUtil'. [PR #97](https://github.com/TransbankDevelopers/transbank-sdk-python/pull/97) de [@aduquehd](https://github.com/aduquehd)
11+
12+
713
## [3.0.0] - 2022-01-27
814

915
### Removed

transbank/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
VERSION = (3, 0, 0)
1+
VERSION = (3, 0, 1)
22

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

0 commit comments

Comments
 (0)