Skip to content

Commit

Permalink
Merge pull request #93 from TransbankDevelopers/release/version-4-0-0
Browse files Browse the repository at this point in the history
prepare release
  • Loading branch information
victormendoza96 authored Mar 21, 2024
2 parents 8b1c09c + 431a97e commit 5e1a7dc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ 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] - 2024-03-20

### Changed

- Downgrade del API de la versión 1.3 a la versión 1.2

### Fixed

- Corregido un error en RequestService que causaba problemas debido a la dependencia de `.blank?`, que no es parte de la biblioteca estándar de Ruby

## [3.0.2] - 2023-03-7

### Fixed
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 = '3.0.2'
VERSION = '4.0.0'
end
end

0 comments on commit 5e1a7dc

Please sign in to comment.