Skip to content

Commit

Permalink
Merge pull request #98 from pepabo/version-0.9.0
Browse files Browse the repository at this point in the history
Bump up version 0.9.0
  • Loading branch information
ku00 authored Jul 17, 2018
2 parents 53d3a6b + 21ae74e commit cd7876d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# CHANGELOG

### 0.9.0

* [Support virtual account payment](https://github.com/pepabo/active_merchant-epsilon/pull/97)
* [Support to find order](https://github.com/pepabo/active_merchant-epsilon/pull/96)

### 0.8.0
* GMO IDに登録されているクレジットカードで決済できるようにしました。
* [GMO ID決済の機能を追加した by ryuchan00](https://github.com/pepabo/active_merchant-epsilon/pull/93)
* [GMO ID決済の機能を追加した by ryuchan00](https://github.com/pepabo/active_merchant-epsilon/pull/93)

### 0.5.9

Expand All @@ -15,7 +20,7 @@

* [Add encoding setting](https://github.com/pepabo/active_merchant-epsilon/pull/82)
* According to the Epsilon specification, the request parameters must be encode in EUC-JP or Shift_JIS. For the specification, this pull request add encoding setting.

### 0.5.7

* [Fix response parser method by ku00](https://github.com/pepabo/active_merchant-epsilon/pull/81)
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.8.1"
VERSION = "0.9.0"
end
end

0 comments on commit cd7876d

Please sign in to comment.