|
1 | 1 | # Change Log
|
2 | 2 |
|
| 3 | +## [v1.17.0](https://github.com/line/line-bot-sdk-ruby/tree/v1.17.0) (2020-12-18) |
| 4 | +[Full Changelog](https://github.com/line/line-bot-sdk-ruby/compare/v1.16.0...v1.17.0) |
| 5 | + |
| 6 | +**Implemented enhancements:** |
| 7 | + |
| 8 | +- Support Audience apis [\#172](https://github.com/line/line-bot-sdk-ruby/issues/172) |
| 9 | + |
| 10 | +**Closed issues:** |
| 11 | + |
| 12 | +- Messaging API - September 2020 update [\#198](https://github.com/line/line-bot-sdk-ruby/issues/198) |
| 13 | + |
| 14 | +**Merged pull requests:** |
| 15 | + |
| 16 | +- Introduce github actions for CI [\#207](https://github.com/line/line-bot-sdk-ruby/pull/207) ([toduq](https://github.com/toduq)) |
| 17 | +- disallow actual net connection during unit test [\#206](https://github.com/line/line-bot-sdk-ruby/pull/206) ([yskkin](https://github.com/yskkin)) |
| 18 | +- Support LIFF v1 Server API [\#205](https://github.com/line/line-bot-sdk-ruby/pull/205) ([yskkin](https://github.com/yskkin)) |
| 19 | +- Support bot info api [\#203](https://github.com/line/line-bot-sdk-ruby/pull/203) ([ryota-sakamoto](https://github.com/ryota-sakamoto)) |
| 20 | +- Add audience API endpoints [\#183](https://github.com/line/line-bot-sdk-ruby/pull/183) ([toduq](https://github.com/toduq)) |
| 21 | + |
3 | 22 | ## [v1.16.0](https://github.com/line/line-bot-sdk-ruby/tree/v1.16.0) (2020-08-13)
|
4 | 23 | [Full Changelog](https://github.com/line/line-bot-sdk-ruby/compare/v1.15.0...v1.16.0)
|
5 | 24 |
|
6 | 25 | **Closed issues:**
|
7 | 26 |
|
8 | 27 | - The endpoint to get statistics is now available in Indonesia \(ID\) [\#194](https://github.com/line/line-bot-sdk-ruby/issues/194)
|
| 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) |
9 | 31 |
|
10 | 32 | **Merged pull requests:**
|
11 | 33 |
|
| 34 | +- Release 1.16.0 [\#197](https://github.com/line/line-bot-sdk-ruby/pull/197) ([ryota-sakamoto](https://github.com/ryota-sakamoto)) |
12 | 35 | - Add videoPlayComplete event and spec [\#196](https://github.com/line/line-bot-sdk-ruby/pull/196) ([ryota-sakamoto](https://github.com/ryota-sakamoto))
|
13 | 36 | - Add example for unsend [\#195](https://github.com/line/line-bot-sdk-ruby/pull/195) ([gom](https://github.com/gom))
|
14 | 37 | - Add unsend event and spec [\#193](https://github.com/line/line-bot-sdk-ruby/pull/193) ([dlackty](https://github.com/dlackty))
|
|
0 commit comments