File tree 2 files changed +16
-1
lines changed
2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
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
+
3
18
## [ v1.20.0] ( https://github.com/line/line-bot-sdk-ruby/tree/v1.20.0 ) (2021-07-19)
4
19
[ Full Changelog] ( https://github.com/line/line-bot-sdk-ruby/compare/v1.19.0...v1.20.0 )
5
20
Original file line number Diff line number Diff line change 15
15
module Line
16
16
module Bot
17
17
module API
18
- VERSION = "1.20 .0"
18
+ VERSION = "1.21 .0"
19
19
end
20
20
end
21
21
end
You can’t perform that action at this time.
0 commit comments