Skip to content

Commit

Permalink
Merge pull request #49 from ombulabs/add-changelog
Browse files Browse the repository at this point in the history
Add CHANGELOG.md
  • Loading branch information
etagwerker authored Dec 2, 2024
2 parents c61897d + 5d3210f commit 036073e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
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
Expand Up @@ -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)}

Expand All @@ -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'
Expand Down

0 comments on commit 036073e

Please sign in to comment.