From 2f809070d185eb51dd1b7c5ed60c5a9aa61fa191 Mon Sep 17 00:00:00 2001 From: Ernesto Tagwerker Date: Mon, 2 Dec 2024 15:12:28 -0500 Subject: [PATCH 1/2] Bump version to v3.1.0 --- lib/mercadopago/version.rb | 2 +- mercadopago.gemspec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/mercadopago/version.rb b/lib/mercadopago/version.rb index 87eb3ba..348a8ab 100644 --- a/lib/mercadopago/version.rb +++ b/lib/mercadopago/version.rb @@ -1,3 +1,3 @@ module MercadoPago - VERSION = "3.0.0".freeze + VERSION = "3.1.0".freeze end diff --git a/mercadopago.gemspec b/mercadopago.gemspec index 73371ed..f725f57 100644 --- a/mercadopago.gemspec +++ b/mercadopago.gemspec @@ -8,7 +8,7 @@ Gem::Specification.new do |s| s.licenses = ['MIT'] s.authors = ["Kauplus Social Commerce", "Ombu Shop, Tu Tienda Online"] s.email = ["suporte@kauplus.com.br", "hola@ombushop.com"] - s.homepage = "https://github.com/kauplus/mercadopago" + s.homepage = "https://github.com/ombulabs/mercadopago" s.summary = %q{Client for the MercadoPago API} s.description = %q{This gem allows developers to use the services available in the MercadoPago API (http://www.mercadopago.com)} @@ -24,7 +24,7 @@ Gem::Specification.new do |s| s.add_dependency 'faraday', '~> 0.9' s.add_development_dependency 'pry', '~> 0.11.1' s.add_development_dependency 'rake', '~> 12.1' - s.add_development_dependency 'byebug', '~> 9.1' + s.add_development_dependency 'byebug', '~> 11.1' s.add_development_dependency 'test-unit', '~> 3.2' s.add_development_dependency 'vcr', '~> 3.0' s.add_development_dependency 'webmock', '~> 3.0' From 5d3210f7c4e025440745dc9ed7a410c98c59ed70 Mon Sep 17 00:00:00 2001 From: Ernesto Tagwerker Date: Mon, 2 Dec 2024 15:12:39 -0500 Subject: [PATCH 2/2] Add CHANGELOG for v3.1.0 at least --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..0a145d7 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,15 @@ +# CHANGELOG + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## main [(unreleased)](https://github.com/ombulabs/mercadopago/compare/v3.1.0...HEAD) + +* + +## v3.1.0 / 2024-12-02 [(commits)](https://github.com/ombulabs/mercadopago/compare/v3.0.0...v3.1.0) + +* [BUGFIX: Bump JSON dependency](https://github.com/ombulabs/mercadopago/pull/47) +* [CHORE: CI with GitHub Actions](https://github.com/ombulabs/mercadopago/pull/48)