From dcbe0ec84dbd61e827d7ef6543ae0b8f72dcb83e Mon Sep 17 00:00:00 2001 From: kimoto Date: Wed, 18 Aug 2021 10:45:23 +0900 Subject: [PATCH 1/2] 1.21.0 --- 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 9baa0783..adf25536 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.20.0" + VERSION = "1.21.0" end end end From 567de2c41fc2a59550f6126f13b2de6323bf7457 Mon Sep 17 00:00:00 2001 From: kimoto Date: Wed, 18 Aug 2021 10:48:53 +0900 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c26651fe..16377ee7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Change Log +## [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) + +**Fixed bugs:** + +- Invalid reply token [\#199](https://github.com/line/line-bot-sdk-ruby/issues/199) + +**Closed issues:** + +- Support Channel access token v2.1 [\#179](https://github.com/line/line-bot-sdk-ruby/issues/179) + +**Merged pull requests:** + +- 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) [Full Changelog](https://github.com/line/line-bot-sdk-ruby/compare/v1.19.0...v1.20.0)