Skip to content

Commit

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

change readme travis for github actions
  • Loading branch information
victormendoza96 authored Mar 7, 2023
2 parents 9f4cb02 + b872573 commit f72279f
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ 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).

## [3.0.1] - 2023-02-28
## [3.0.2] - 2023-03-7

### Fixed

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -82,4 +82,4 @@ En ese PR deben incluirse los siguientes cambios:

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.

Con eso Travis CI generará automáticamente una nueva versión de la librería y la publicará en RubyGems.
Con eso Github Actions generará automáticamente una nueva versión de la librería y la publicará en RubyGems.
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.0'
VERSION = '3.0.2'
end
end

0 comments on commit f72279f

Please sign in to comment.