Skip to content

Commit 46ecec4

Browse files
authored
Merge pull request #16 from TransbankDevelopers/chore/prepare-release-1.0.2
Prepare release 1.0.2
2 parents ea290dc + c919dac commit 46ecec4

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ 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-
## [1.0.1]
7+
## [1.0.2] - 2018-11-29
8+
### Fixed
9+
- Corrige problema que evitaba poder utilizar un `CHANNEL` distinto a `WEB`
10+
11+
## [1.0.1] - 2018-10-24
812
### Fixed
913
- Cambios para subir automáticamente la gema a RubyGems cuando se hace un nuevo release
1014

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 = "1.0.1"
3+
VERSION = "1.0.2"
44
end
55
end

0 commit comments

Comments
 (0)