Skip to content

Commit

Permalink
Merge pull request #120 from pepabo/bump-to-0.13.0
Browse files Browse the repository at this point in the history
Bump up version 0.13.0
  • Loading branch information
kenchan authored Jan 25, 2021
2 parents ae5eaad + 58498d6 commit 0321fe2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

### 0.13.0

- [Add `last-update` to OrderResponse](https://github.com/pepabo/active_merchant-epsilon/pull/118)

### 0.12.0

- [Add Parameter `delivery_info_required` to purchase method for Epsilon Link Payment](https://github.com/pepabo/active_merchant-epsilon/pull/116)
Expand Down
2 changes: 1 addition & 1 deletion lib/active_merchant/epsilon/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module ActiveMerchant
module Epsilon
VERSION = "0.12.0"
VERSION = "0.13.0"
end
end

0 comments on commit 0321fe2

Please sign in to comment.