Skip to content

Commit

Permalink
Bump version to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Felipe Fiebig committed Mar 30, 2021
1 parent 29d50f5 commit 3126ae2
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 documentados 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.4.1] - 2021-03-30
### Fixed
- Se agrega parámetro de estado faltante en respuesta de Commit y Status en Webpay Plus
- Se agrega dependencia JSON (~> 2.0) para evitar problemas al recibir respuesta de Commit
- Se arregla endpoint de captura en Webpay Plus

## [1.4.0] - 2020-12-03
### Added
- Se agregan métodos de configuración para integración a Webpay Plus en sus modalidades diferidas y mall diferida.
Expand Down
2 changes: 1 addition & 1 deletion lib/transbank/sdk/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Transbank
module Sdk
VERSION = "1.4.0"
VERSION = "1.4.1"
end
end

0 comments on commit 3126ae2

Please sign in to comment.