Skip to content

Commit

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

Prepare release 2.0.1
  • Loading branch information
isabellaahc authored Jun 16, 2022
2 parents 0e96b80 + f850842 commit e73c7b1
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).

## [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

## [2.0.0] - 2022-01-03

### Removed
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.0'
VERSION = '2.0.1'
end
end

0 comments on commit e73c7b1

Please sign in to comment.