Skip to content

Commit 8a0bc61

Browse files
committed
v1.25.0
1 parent a731a26 commit 8a0bc61

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

Diff for: CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,23 @@
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)

Diff for: lib/line/bot/api/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
module Line
1616
module Bot
1717
module API
18-
VERSION = "1.24.0"
18+
VERSION = "1.25.0"
1919
end
2020
end
2121
end

0 commit comments

Comments
 (0)