Skip to content

Commit 3126ae2

Browse files
author
Felipe Fiebig
committedMar 30, 2021
Bump version to 1.4.1
1 parent 29d50f5 commit 3126ae2

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
 

‎CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Todos los cambios notables a este proyecto serán documentados 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+
## [1.4.1] - 2021-03-30
8+
### Fixed
9+
- Se agrega parámetro de estado faltante en respuesta de Commit y Status en Webpay Plus
10+
- Se agrega dependencia JSON (~> 2.0) para evitar problemas al recibir respuesta de Commit
11+
- Se arregla endpoint de captura en Webpay Plus
12+
713
## [1.4.0] - 2020-12-03
814
### Added
915
- Se agregan métodos de configuración para integración a Webpay Plus en sus modalidades diferidas y mall diferida.

‎lib/transbank/sdk/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Transbank
22
module Sdk
3-
VERSION = "1.4.0"
3+
VERSION = "1.4.1"
44
end
55
end

0 commit comments

Comments
 (0)