-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #49 from ombulabs/add-changelog
Add CHANGELOG.md
- Loading branch information
Showing
3 changed files
with
18 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' | ||
|