Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduardo Enriquez committed Jul 11, 2018
2 parents ff0b800 + 5ee71d8 commit 714316e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [2.4.0](https://github.com/conekta/conekta-ruby/releases/tag/2.4.0) - 2017-10-05
### Added oxxo recurrent support
- Added new method create_offline_recurrent_reference.

## [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
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.3.0
# Conekta Ruby v.2.4.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.3.0'.freeze
VERSION = '2.4.0'.freeze
end

0 comments on commit 714316e

Please sign in to comment.