Skip to content

Commit

Permalink
release version 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
elfassy authored and rafaelfranca committed May 17, 2017
1 parent 64ef1ac commit dc98269
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Offsite Payments CHANGELOG

### Version 2.4.0 (March 7, 2017)
- Fixed use of decimal instead of float
- Fixed use Money gem
- Fixed sanitize of the phone field for payu_in
- Added Paytm
- Updated dependency on nokogiri 1.6

### Version 2.3.0 (February 8, 2016)
- Release 2.3.0

### Version 2.2.0 (October 14, 2015)
- Bump active_utils dependency. [lucasuyezu]

Expand Down
2 changes: 1 addition & 1 deletion lib/offsite_payments/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module OffsitePayments
VERSION = "2.2.0"
VERSION = "2.4.0"
end

0 comments on commit dc98269

Please sign in to comment.