Skip to content

Commit

Permalink
Merge pull request #239 from line/release/v1.22.0
Browse files Browse the repository at this point in the history
Release/v1.22.0
  • Loading branch information
kimoto authored Sep 28, 2021
2 parents 2c6dd2f + a868377 commit e49e85e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

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

**Closed issues:**

- Support imageSet fields in webhook event [\#236](https://github.com/line/line-bot-sdk-ruby/issues/236)

**Merged pull requests:**

- add update/get/get\_list rich\_menu\_alias [\#237](https://github.com/line/line-bot-sdk-ruby/pull/237) ([4geru](https://github.com/4geru))
- 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))

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

Expand All @@ -13,6 +25,7 @@

**Merged pull requests:**

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

## [v1.20.0](https://github.com/line/line-bot-sdk-ruby/tree/v1.20.0) (2021-07-19)
Expand Down
2 changes: 1 addition & 1 deletion lib/line/bot/api/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
module Line
module Bot
module API
VERSION = "1.21.0"
VERSION = "1.22.0"
end
end
end

0 comments on commit e49e85e

Please sign in to comment.