Skip to content

Commit e49e85e

Browse files
authored
Merge pull request #239 from line/release/v1.22.0
Release/v1.22.0
2 parents 2c6dd2f + a868377 commit e49e85e

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Change Log
22

3+
## [v1.22.0](https://github.com/line/line-bot-sdk-ruby/tree/v1.22.0) (2021-09-28)
4+
[Full Changelog](https://github.com/line/line-bot-sdk-ruby/compare/v1.21.0...v1.22.0)
5+
6+
**Closed issues:**
7+
8+
- Support imageSet fields in webhook event [\#236](https://github.com/line/line-bot-sdk-ruby/issues/236)
9+
10+
**Merged pull requests:**
11+
12+
- add update/get/get\_list rich\_menu\_alias [\#237](https://github.com/line/line-bot-sdk-ruby/pull/237) ([4geru](https://github.com/4geru))
13+
- 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))
14+
315
## [v1.21.0](https://github.com/line/line-bot-sdk-ruby/tree/v1.21.0) (2021-08-18)
416
[Full Changelog](https://github.com/line/line-bot-sdk-ruby/compare/v1.20.0...v1.21.0)
517

@@ -13,6 +25,7 @@
1325

1426
**Merged pull requests:**
1527

28+
- Release/v1.21.0 [\#235](https://github.com/line/line-bot-sdk-ruby/pull/235) ([kimoto](https://github.com/kimoto))
1629
- Support channel access token v2.1 [\#190](https://github.com/line/line-bot-sdk-ruby/pull/190) ([kimoto](https://github.com/kimoto))
1730

1831
## [v1.20.0](https://github.com/line/line-bot-sdk-ruby/tree/v1.20.0) (2021-07-19)

lib/line/bot/api/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
module Line
1616
module Bot
1717
module API
18-
VERSION = "1.21.0"
18+
VERSION = "1.22.0"
1919
end
2020
end
2121
end

0 commit comments

Comments
 (0)