Skip to content

Commit 8760add

Browse files
authored
Merge pull request #249 from line/release/v1.23.0
Release v1.23.0
2 parents 24066cf + 3596114 commit 8760add

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

Diff for: CHANGELOG.md

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

3+
## [v1.23.0](https://github.com/line/line-bot-sdk-ruby/tree/v1.23.0) (2022-01-27)
4+
[Full Changelog](https://github.com/line/line-bot-sdk-ruby/compare/v1.22.0...v1.23.0)
5+
6+
**Closed issues:**
7+
8+
- Support get statistics per aggregation unit [\#219](https://github.com/line/line-bot-sdk-ruby/issues/219)
9+
10+
**Merged pull requests:**
11+
12+
- Add custom aggregation units API [\#247](https://github.com/line/line-bot-sdk-ruby/pull/247) ([yskkin](https://github.com/yskkin))
13+
- Get the follower ids with a limit [\#246](https://github.com/line/line-bot-sdk-ruby/pull/246) ([zenizh](https://github.com/zenizh))
14+
- additional request body for push\_message and multicast [\#245](https://github.com/line/line-bot-sdk-ruby/pull/245) ([yskkin](https://github.com/yskkin))
15+
- add kitchensink README.md [\#243](https://github.com/line/line-bot-sdk-ruby/pull/243) ([4geru](https://github.com/4geru))
16+
- add rich menu sample code [\#241](https://github.com/line/line-bot-sdk-ruby/pull/241) ([4geru](https://github.com/4geru))
17+
318
## [v1.22.0](https://github.com/line/line-bot-sdk-ruby/tree/v1.22.0) (2021-09-28)
419
[Full Changelog](https://github.com/line/line-bot-sdk-ruby/compare/v1.21.0...v1.22.0)
520

@@ -11,6 +26,7 @@
1126

1227
- add update/get/get\_list rich\_menu\_alias [\#237](https://github.com/line/line-bot-sdk-ruby/pull/237) ([4geru](https://github.com/4geru))
1328
- Don't require channel\_id & channel\_secret when call api related to JWT [\#240](https://github.com/line/line-bot-sdk-ruby/pull/240) ([koukikitamura](https://github.com/koukikitamura))
29+
- Release/v1.22.0 [\#239](https://github.com/line/line-bot-sdk-ruby/pull/239) ([kimoto](https://github.com/kimoto))
1430

1531
## [v1.21.0](https://github.com/line/line-bot-sdk-ruby/tree/v1.21.0) (2021-08-18)
1632
[Full Changelog](https://github.com/line/line-bot-sdk-ruby/compare/v1.20.0...v1.21.0)

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

0 commit comments

Comments
 (0)