Skip to content

Commit 4d49b9a

Browse files
Merge pull request #197 from line/release/1.16.0
Release 1.16.0
2 parents 78323b9 + 2a500c4 commit 4d49b9a

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

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

3+
## [v1.16.0](https://github.com/line/line-bot-sdk-ruby/tree/v1.16.0) (2020-08-13)
4+
[Full Changelog](https://github.com/line/line-bot-sdk-ruby/compare/v1.15.0...v1.16.0)
5+
6+
**Closed issues:**
7+
8+
- The endpoint to get statistics is now available in Indonesia \(ID\) [\#194](https://github.com/line/line-bot-sdk-ruby/issues/194)
9+
10+
**Merged pull requests:**
11+
12+
- Add videoPlayComplete event and spec [\#196](https://github.com/line/line-bot-sdk-ruby/pull/196) ([ryota-sakamoto](https://github.com/ryota-sakamoto))
13+
- Add example for unsend [\#195](https://github.com/line/line-bot-sdk-ruby/pull/195) ([gom](https://github.com/gom))
14+
- Add unsend event and spec [\#193](https://github.com/line/line-bot-sdk-ruby/pull/193) ([dlackty](https://github.com/dlackty))
15+
316
## [v1.15.0](https://github.com/line/line-bot-sdk-ruby/tree/v1.15.0) (2020-08-06)
417
[Full Changelog](https://github.com/line/line-bot-sdk-ruby/compare/v1.14.1...v1.15.0)
518

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

1632
**Merged pull requests:**
1733

34+
- Release 1.15.0 [\#192](https://github.com/line/line-bot-sdk-ruby/pull/192) ([kimoto](https://github.com/kimoto))
1835
- Support X-Line-Retry-Key [\#189](https://github.com/line/line-bot-sdk-ruby/pull/189) ([kimoto](https://github.com/kimoto))
1936
- Add example for LINE emoji [\#188](https://github.com/line/line-bot-sdk-ruby/pull/188) ([kimoto](https://github.com/kimoto))
2037
- feat: endpoints for group and room informations [\#187](https://github.com/line/line-bot-sdk-ruby/pull/187) ([etrex](https://github.com/etrex))

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

0 commit comments

Comments
 (0)