Skip to content

Commit

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

Prepare release 1.5.0
  • Loading branch information
Felipe Fiebig authored Apr 12, 2021
2 parents f1a01db + 0b10a24 commit 7827b39
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ 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.5.1] - 2021-04-12
### Added
- Se agrega captura diferida en Transacción Completa y Transacción Completa Mall

## [1.4.1] - 2021-03-30
### Fixed
- Se agrega parámetro de estado faltante en respuesta de Commit y Status en Webpay Plus
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.1"
VERSION = '1.5.0'
end
end

0 comments on commit 7827b39

Please sign in to comment.