Skip to content

Commit

Permalink
Merge pull request #84 from conekta/version-bump
Browse files Browse the repository at this point in the history
Version bump for release
  • Loading branch information
Eduardo Enriquez committed Dec 21, 2017
2 parents e6a425c + efffa77 commit b35be00
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
## [2.2.0](https://github.com/conekta/conekta-ruby/releases/tag/2.1.0) - 2017-10-05
## [2.3.0](https://github.com/conekta/conekta-ruby/releases/tag/2.3.0) - 2017-10-05
### Fix
- Capture allow pass amount in api v1

## [2.2.0](https://github.com/conekta/conekta-ruby/releases/tag/2.2.0) - 2017-10-05
### Fix
- Payee module implementation for api 2

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![README Cover Image](readme_cover.png)

# Conekta Ruby v.2.1.0
# Conekta Ruby v.2.3.0

This is a ruby library that allows interaction with https://api.conekta.io API.

Expand Down
2 changes: 1 addition & 1 deletion lib/conekta/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Conekta
VERSION = '2.2.0'.freeze
VERSION = '2.3.0'.freeze
end

0 comments on commit b35be00

Please sign in to comment.