Skip to content

Commit f72279f

Browse files
Merge pull request #83 from TransbankDevelopers/chore/prepare-release-3.0.2
change readme travis for github actions
2 parents 9f4cb02 + b872573 commit f72279f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Todos los cambios notables a este proyecto serán documentados en este archivo.
55
El formato está basado en [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
y este proyecto adhiere a [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8-
## [3.0.1] - 2023-02-28
8+
## [3.0.2] - 2023-03-7
99

1010
### Fixed
1111

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,4 @@ En ese PR deben incluirse los siguientes cambios:
8282

8383
Luego de obtener aprobación del pull request, debe mezclarse a master e inmediatamente generar un release en GitHub con el tag `vX.Y.Z`. En la descripción del release debes poner lo mismo que agregaste al changelog.
8484

85-
Con eso Travis CI generará automáticamente una nueva versión de la librería y la publicará en RubyGems.
85+
Con eso Github Actions generará automáticamente una nueva versión de la librería y la publicará en RubyGems.

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

0 commit comments

Comments
 (0)