Skip to content

Commit 41cbc7e

Browse files
authored
Merge pull request #78 from TransbankDevelopers/chore/prepare-release-3.0.0
add 3.0.0 changelog
2 parents 5d26dad + 143ade2 commit 41cbc7e

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ 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+
## [4.0.0] - 2022-09-19
8+
9+
### Fixed
10+
11+
- Se soluciona el método 'has_text_with_max_length' para que valide los atributos nulos
12+
13+
### Changed
14+
15+
- Se migra el API desde la versión 1.2 a la versión 1.3
16+
17+
### Added
18+
19+
- 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
20+
721
## [2.0.1] - 2022-06-14
822
### Fixed
923
- Se soluciona error en método refund para transacciones Webpay Plus Mall. Muchas gracias por tu aporte @danirod

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 = '2.0.1'
3+
VERSION = '3.0.0'
44
end
55
end

0 commit comments

Comments
 (0)