Skip to content

Commit

Permalink
Merge pull request #289 from activemerchant/bump-to-270
Browse files Browse the repository at this point in the history
Bumps version to 2.7.0
  • Loading branch information
filipebarcos authored Apr 6, 2018
2 parents db3178c + 20b86c9 commit 95c9070
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Offsite Payments CHANGELOG

### Version 2.7.0 (Apr 6, 2018)
- Remove Money gem as dependency into gemspec [filipebarcos] #288

### Version 2.6.8 (Mar 22, 2018)
- Ensure values are always sanitized [christianblais] #281
- Updates exception handling for BitPay [joshnuss] #282
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
offsite_payments (2.6.8)
offsite_payments (2.7.0)
actionpack (>= 3.2.20, < 6.0)
active_utils (~> 3.3.0)
activesupport (>= 3.2.14)
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.6.8"
VERSION = "2.7.0"
end

0 comments on commit 95c9070

Please sign in to comment.