Skip to content

Commit

Permalink
Merge pull request #197 from line/release/1.16.0
Browse files Browse the repository at this point in the history
Release 1.16.0
  • Loading branch information
ryota-sakamoto authored Aug 13, 2020
2 parents 78323b9 + 2a500c4 commit 4d49b9a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Change Log

## [v1.16.0](https://github.com/line/line-bot-sdk-ruby/tree/v1.16.0) (2020-08-13)
[Full Changelog](https://github.com/line/line-bot-sdk-ruby/compare/v1.15.0...v1.16.0)

**Closed issues:**

- The endpoint to get statistics is now available in Indonesia \(ID\) [\#194](https://github.com/line/line-bot-sdk-ruby/issues/194)

**Merged pull requests:**

- Add videoPlayComplete event and spec [\#196](https://github.com/line/line-bot-sdk-ruby/pull/196) ([ryota-sakamoto](https://github.com/ryota-sakamoto))
- Add example for unsend [\#195](https://github.com/line/line-bot-sdk-ruby/pull/195) ([gom](https://github.com/gom))
- Add unsend event and spec [\#193](https://github.com/line/line-bot-sdk-ruby/pull/193) ([dlackty](https://github.com/dlackty))

## [v1.15.0](https://github.com/line/line-bot-sdk-ruby/tree/v1.15.0) (2020-08-06)
[Full Changelog](https://github.com/line/line-bot-sdk-ruby/compare/v1.14.1...v1.15.0)

Expand All @@ -12,9 +25,13 @@
- Support Get user's language [\#181](https://github.com/line/line-bot-sdk-ruby/issues/181)
- New property added to "sticker message" webhook event [\#154](https://github.com/line/line-bot-sdk-ruby/issues/154)
- Support new Messaging API endpoints for friend statistics added on 10/16 [\#150](https://github.com/line/line-bot-sdk-ruby/issues/150)
- Messaging API update for June 2020 [\#186](https://github.com/line/line-bot-sdk-ruby/issues/186)
- Messaging API - May 2020 update [\#184](https://github.com/line/line-bot-sdk-ruby/issues/184)
- Support LINE emoji in messages [\#180](https://github.com/line/line-bot-sdk-ruby/issues/180)

**Merged pull requests:**

- Release 1.15.0 [\#192](https://github.com/line/line-bot-sdk-ruby/pull/192) ([kimoto](https://github.com/kimoto))
- Support X-Line-Retry-Key [\#189](https://github.com/line/line-bot-sdk-ruby/pull/189) ([kimoto](https://github.com/kimoto))
- Add example for LINE emoji [\#188](https://github.com/line/line-bot-sdk-ruby/pull/188) ([kimoto](https://github.com/kimoto))
- feat: endpoints for group and room informations [\#187](https://github.com/line/line-bot-sdk-ruby/pull/187) ([etrex](https://github.com/etrex))
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.15.0"
VERSION = "1.16.0"
end
end
end

0 comments on commit 4d49b9a

Please sign in to comment.