Skip to content

Commit

Permalink
Bump to 2.7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
elfassy committed Oct 12, 2018
1 parent 9819ce9 commit d5cb868
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,4 +1,8 @@
# Offsite Payments CHANGELOG

### version 2.7.8 (October 11, 2018)
- remove credential2 and access key from citrus helper fields [elfassy] #304

### version 2.7.7 (September 13, 2018)
- Update sprockets to new versions [Girardvjonathan] #302

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.7.7)
offsite_payments (2.7.8)
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.7.7"
VERSION = "2.7.8"
end

0 comments on commit d5cb868

Please sign in to comment.