Skip to content

Commit

Permalink
Merge pull request #235 from line/release/v1.21.0
Browse files Browse the repository at this point in the history
Release/v1.21.0
  • Loading branch information
kimoto authored Aug 18, 2021
2 parents 5ebfa00 + 567de2c commit 147323c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Change Log

## [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)

**Fixed bugs:**

- Invalid reply token [\#199](https://github.com/line/line-bot-sdk-ruby/issues/199)

**Closed issues:**

- Support Channel access token v2.1 [\#179](https://github.com/line/line-bot-sdk-ruby/issues/179)

**Merged pull requests:**

- 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)
[Full Changelog](https://github.com/line/line-bot-sdk-ruby/compare/v1.19.0...v1.20.0)

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.20.0"
VERSION = "1.21.0"
end
end
end

0 comments on commit 147323c

Please sign in to comment.