Skip to content

Commit

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

Prepare release 1.4.0
  • Loading branch information
Felipe Fiebig authored Dec 3, 2020
2 parents 7218495 + c8082ad commit 44ea588
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,15 @@ 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.3.1] - 2020-10-29
## [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.
- Se agregan métodos de configuración para integración a Webpay Oneclick en su modalidad mall diferida.

### Fixed
- Se arregla forma en que se lee configuración del SDK, estaba tomando valores de una constante en vez de la variable de clase correspondiente. Este arreglo es para todos los productos con la excepción de Onepay

## [1.3.1] - 2020-10-29
### Fixed
- Se revierte commit que elimina requires necesarios para productos REST

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.3.1"
VERSION = "1.4.0"
end
end

0 comments on commit 44ea588

Please sign in to comment.