File tree 2 files changed +14
-1
lines changed
2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
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
+
3
15
## [ v1.24.0] ( https://github.com/line/line-bot-sdk-ruby/tree/v1.24.0 ) (2022-05-30)
4
16
[ Full Changelog] ( https://github.com/line/line-bot-sdk-ruby/compare/v1.23.0...v1.24.0 )
5
17
6
18
** Merged pull requests:**
7
19
20
+ - Release v1.24.0 [ \# 254] ( https://github.com/line/line-bot-sdk-ruby/pull/254 ) ([ zenizh] ( https://github.com/zenizh ) )
8
21
- Add ID token verification endpoint [ \# 253] ( https://github.com/line/line-bot-sdk-ruby/pull/253 ) ([ yskkin] ( https://github.com/yskkin ) )
9
22
10
23
## [ 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 15
15
module Line
16
16
module Bot
17
17
module API
18
- VERSION = "1.24 .0"
18
+ VERSION = "1.25 .0"
19
19
end
20
20
end
21
21
end
You can’t perform that action at this time.
0 commit comments