File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## [ v1.25.0] ( https://github.com/line/line-bot-sdk-ruby/tree/v1.25.0 ) (2022-07-13)
4+ [ Full Changelog] ( https://github.com/line/line-bot-sdk-ruby/compare/v1.24.0...v1.25.0 )
5+
6+ ** Closed issues:**
7+
8+ - Incorrect description of types specifier list in Rdoc [ \# 257] ( https://github.com/line/line-bot-sdk-ruby/issues/257 )
9+
10+ ** Merged pull requests:**
11+
12+ - create validate\_ rich\_ menu method [ \# 259] ( https://github.com/line/line-bot-sdk-ruby/pull/259 ) ([ kenta-takeuchi] ( https://github.com/kenta-takeuchi ) )
13+ - fix types specifier list in Rdoc [ \# 258] ( https://github.com/line/line-bot-sdk-ruby/pull/258 ) ([ kenta-takeuchi] ( https://github.com/kenta-takeuchi ) )
14+
315## [ v1.24.0] ( https://github.com/line/line-bot-sdk-ruby/tree/v1.24.0 ) (2022-05-30)
416[ Full Changelog] ( https://github.com/line/line-bot-sdk-ruby/compare/v1.23.0...v1.24.0 )
517
618** Merged pull requests:**
719
20+ - Release v1.24.0 [ \# 254] ( https://github.com/line/line-bot-sdk-ruby/pull/254 ) ([ zenizh] ( https://github.com/zenizh ) )
821- Add ID token verification endpoint [ \# 253] ( https://github.com/line/line-bot-sdk-ruby/pull/253 ) ([ yskkin] ( https://github.com/yskkin ) )
922
1023## [ v1.23.0] ( https://github.com/line/line-bot-sdk-ruby/tree/v1.23.0 ) (2022-01-27)
Original file line number Diff line number Diff line change 1515module Line
1616 module Bot
1717 module API
18- VERSION = "1.24 .0"
18+ VERSION = "1.25 .0"
1919 end
2020 end
2121end
You can’t perform that action at this time.
0 commit comments