Skip to content

Commit

Permalink
Merge pull request #70 from t-k/bump
Browse files Browse the repository at this point in the history
0.5.7
  • Loading branch information
jiikko authored Jun 14, 2024
2 parents fb0abb5 + 3d4b0e1 commit 1c07f95
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# CHANGELOG
## 0.5.7
- Added `nkf` as a dependency. This fixes the warning that appears with Ruby 3.3.0 and later versions. [#67](https://github.com/t-k/gmo-payment-ruby/pull/69)

## 0.5.6
- Support PayPal決済 [#63](https://github.com/t-k/gmo-payment-ruby/pull/63)
- Support 銀行振込(バーチャル口座 あおぞら)[#64](https://github.com/t-k/gmo-payment-ruby/pull/64)
Expand Down
2 changes: 1 addition & 1 deletion lib/gmo/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module GMO
VERSION = "0.5.6"
VERSION = "0.5.7"
end

0 comments on commit 1c07f95

Please sign in to comment.