Skip to content

Commit 88b7701

Browse files
authored
Merge pull request #254 from zenizh/release-v1.24.0
Release v1.24.0
2 parents 8b5c015 + 6a3e9e3 commit 88b7701

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## [v1.24.0](https://github.com/line/line-bot-sdk-ruby/tree/v1.24.0) (2022-05-30)
4+
[Full Changelog](https://github.com/line/line-bot-sdk-ruby/compare/v1.23.0...v1.24.0)
5+
6+
**Merged pull requests:**
7+
8+
- Add ID token verification endpoint [\#253](https://github.com/line/line-bot-sdk-ruby/pull/253) ([yskkin](https://github.com/yskkin))
9+
310
## [v1.23.0](https://github.com/line/line-bot-sdk-ruby/tree/v1.23.0) (2022-01-27)
411
[Full Changelog](https://github.com/line/line-bot-sdk-ruby/compare/v1.22.0...v1.23.0)
512

@@ -9,10 +16,12 @@
916

1017
**Merged pull requests:**
1118

19+
- Release v1.23.0 [\#249](https://github.com/line/line-bot-sdk-ruby/pull/249) ([kimoto](https://github.com/kimoto))
1220
- Add custom aggregation units API [\#247](https://github.com/line/line-bot-sdk-ruby/pull/247) ([yskkin](https://github.com/yskkin))
1321
- Get the follower ids with a limit [\#246](https://github.com/line/line-bot-sdk-ruby/pull/246) ([zenizh](https://github.com/zenizh))
1422
- additional request body for push\_message and multicast [\#245](https://github.com/line/line-bot-sdk-ruby/pull/245) ([yskkin](https://github.com/yskkin))
1523
- add kitchensink README.md [\#243](https://github.com/line/line-bot-sdk-ruby/pull/243) ([4geru](https://github.com/4geru))
24+
- add echo bot README.md [\#242](https://github.com/line/line-bot-sdk-ruby/pull/242) ([4geru](https://github.com/4geru))
1625
- add rich menu sample code [\#241](https://github.com/line/line-bot-sdk-ruby/pull/241) ([4geru](https://github.com/4geru))
1726

1827
## [v1.22.0](https://github.com/line/line-bot-sdk-ruby/tree/v1.22.0) (2021-09-28)

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.23.0"
18+
VERSION = "1.24.0"
1919
end
2020
end
2121
end

0 commit comments

Comments
 (0)