Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CHANGELOG.md #49

Merged
merged 2 commits into from
Dec 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

* <INSERT YOUR FEATURE OR BUGFIX HERE>

## 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)
2 changes: 1 addition & 1 deletion lib/mercadopago/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module MercadoPago
VERSION = "3.0.0".freeze
VERSION = "3.1.0".freeze
end
4 changes: 2 additions & 2 deletions mercadopago.gemspec
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
s.licenses = ['MIT']
s.authors = ["Kauplus Social Commerce", "Ombu Shop, Tu Tienda Online"]
s.email = ["[email protected]", "[email protected]"]
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'