Skip to content

Commit

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

add 3.0.0 changelog
  • Loading branch information
mvarlic authored Sep 19, 2022
2 parents 5d26dad + 143ade2 commit 41cbc7e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ 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).

## [4.0.0] - 2022-09-19

### Fixed

- Se soluciona el método 'has_text_with_max_length' para que valide los atributos nulos

### Changed

- Se migra el API desde la versión 1.2 a la versión 1.3

### Added

- Se agrega los métodos 'increaseAmount', 'increaseAuthorizationDate', 'reversePreAuthorizedAmount', 'deferredCaptureHistory' a las versiones diferidas de WebpayPlus, WebpayPlus Mall, Oneclick Mall, Transaccion Completa y Transaccion Completa Mall

## [2.0.1] - 2022-06-14
### Fixed
- Se soluciona error en método refund para transacciones Webpay Plus Mall. Muchas gracias por tu aporte @danirod
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 = '2.0.1'
VERSION = '3.0.0'
end
end

0 comments on commit 41cbc7e

Please sign in to comment.