From f258190e7569cfa44f92ea2dbcf59d448dbb6d97 Mon Sep 17 00:00:00 2001 From: jiikko Date: Mon, 19 Apr 2021 20:40:38 +0900 Subject: [PATCH] Bump version to 0.5.3 --- CHANGELOG.md | 5 +++++ lib/gmo/version.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2937130..98cf4e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # CHANGELOG +## 0.5.3 +* Support 認証後決済実行 [#45](https://github.com/t-k/gmo-payment-ruby/pull/45) (Thanks [@darren987469](https://github.com/darren987469)) +* Support SearchType of INPUT_PARAMS [#47](https://github.com/t-k/gmo-payment-ruby/pull/47) (Thanks [@nkuroda](https://github.com/nkuroda)) +* Drop ruby 2.0.0 [#48](https://github.com/t-k/gmo-payment-ruby/pull/48) + ## 0.5.2 * Support d払い/ドコモ払い(docomo payment), 楽天ペイ(Rakuten payment) [#42](https://github.com/t-k/gmo-payment-ruby/pull/42) (Thanks [@valda](https://github.com/valda)) * Add more G-series error codes [#41](https://github.com/t-k/gmo-payment-ruby/pull/41) (Thanks [@ermaac](https://github.com/ermaac)) diff --git a/lib/gmo/version.rb b/lib/gmo/version.rb index 7aa6d65..d051dae 100644 --- a/lib/gmo/version.rb +++ b/lib/gmo/version.rb @@ -1,3 +1,3 @@ module GMO - VERSION = "0.5.2" + VERSION = "0.5.3" end