Skip to content

Commit 147323c

Browse files
authored
Merge pull request #235 from line/release/v1.21.0
Release/v1.21.0
2 parents 5ebfa00 + 567de2c commit 147323c

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Change Log
22

3+
## [v1.21.0](https://github.com/line/line-bot-sdk-ruby/tree/v1.21.0) (2021-08-18)
4+
[Full Changelog](https://github.com/line/line-bot-sdk-ruby/compare/v1.20.0...v1.21.0)
5+
6+
**Fixed bugs:**
7+
8+
- Invalid reply token [\#199](https://github.com/line/line-bot-sdk-ruby/issues/199)
9+
10+
**Closed issues:**
11+
12+
- Support Channel access token v2.1 [\#179](https://github.com/line/line-bot-sdk-ruby/issues/179)
13+
14+
**Merged pull requests:**
15+
16+
- Support channel access token v2.1 [\#190](https://github.com/line/line-bot-sdk-ruby/pull/190) ([kimoto](https://github.com/kimoto))
17+
318
## [v1.20.0](https://github.com/line/line-bot-sdk-ruby/tree/v1.20.0) (2021-07-19)
419
[Full Changelog](https://github.com/line/line-bot-sdk-ruby/compare/v1.19.0...v1.20.0)
520

lib/line/bot/api/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
module Line
1616
module Bot
1717
module API
18-
VERSION = "1.20.0"
18+
VERSION = "1.21.0"
1919
end
2020
end
2121
end

0 commit comments

Comments
 (0)