From d8ae3c8d41c80b8b55df2922088b2ee60cdf2769 Mon Sep 17 00:00:00 2001 From: kimoto Date: Fri, 24 Sep 2021 10:31:16 +0900 Subject: [PATCH 1/3] bump --- lib/line/bot/api/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/line/bot/api/version.rb b/lib/line/bot/api/version.rb index adf25536..713104dd 100644 --- a/lib/line/bot/api/version.rb +++ b/lib/line/bot/api/version.rb @@ -15,7 +15,7 @@ module Line module Bot module API - VERSION = "1.21.0" + VERSION = "1.22.0" end end end From 09b503d004dc2fde81b41a434e1955812aee0a74 Mon Sep 17 00:00:00 2001 From: kimoto Date: Fri, 24 Sep 2021 10:39:20 +0900 Subject: [PATCH 2/3] update changelog --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16377ee7..d5c0820a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## [v1.22.0](https://github.com/line/line-bot-sdk-ruby/tree/v1.22.0) (2021-09-24) +[Full Changelog](https://github.com/line/line-bot-sdk-ruby/compare/v1.21.0...v1.22.0) + +**Closed issues:** + +- Support imageSet fields in webhook event [\#236](https://github.com/line/line-bot-sdk-ruby/issues/236) + +**Merged pull requests:** + +- add update/get/get\_list rich\_menu\_alias [\#237](https://github.com/line/line-bot-sdk-ruby/pull/237) ([4geru](https://github.com/4geru)) + ## [v1.21.0](https://github.com/line/line-bot-sdk-ruby/tree/v1.21.0) (2021-08-18) [Full Changelog](https://github.com/line/line-bot-sdk-ruby/compare/v1.20.0...v1.21.0) @@ -13,6 +24,7 @@ **Merged pull requests:** +- Release/v1.21.0 [\#235](https://github.com/line/line-bot-sdk-ruby/pull/235) ([kimoto](https://github.com/kimoto)) - Support channel access token v2.1 [\#190](https://github.com/line/line-bot-sdk-ruby/pull/190) ([kimoto](https://github.com/kimoto)) ## [v1.20.0](https://github.com/line/line-bot-sdk-ruby/tree/v1.20.0) (2021-07-19) From a8683779513841eeeb517ba18f34f3c8651f7cdd Mon Sep 17 00:00:00 2001 From: kimoto Date: Tue, 28 Sep 2021 14:10:58 +0900 Subject: [PATCH 3/3] Updated CHANGELOG.md --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5c0820a..3589db0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## [v1.22.0](https://github.com/line/line-bot-sdk-ruby/tree/v1.22.0) (2021-09-24) +## [v1.22.0](https://github.com/line/line-bot-sdk-ruby/tree/v1.22.0) (2021-09-28) [Full Changelog](https://github.com/line/line-bot-sdk-ruby/compare/v1.21.0...v1.22.0) **Closed issues:** @@ -10,6 +10,7 @@ **Merged pull requests:** - add update/get/get\_list rich\_menu\_alias [\#237](https://github.com/line/line-bot-sdk-ruby/pull/237) ([4geru](https://github.com/4geru)) +- Don't require channel\_id & channel\_secret when call api related to JWT [\#240](https://github.com/line/line-bot-sdk-ruby/pull/240) ([koukikitamura](https://github.com/koukikitamura)) ## [v1.21.0](https://github.com/line/line-bot-sdk-ruby/tree/v1.21.0) (2021-08-18) [Full Changelog](https://github.com/line/line-bot-sdk-ruby/compare/v1.20.0...v1.21.0)