|
1 | 1 | # Change Log
|
2 | 2 |
|
| 3 | +## [v1.15.0](https://github.com/line/line-bot-sdk-ruby/tree/v1.15.0) (2020-08-06) |
| 4 | +[Full Changelog](https://github.com/line/line-bot-sdk-ruby/compare/v1.14.1...v1.15.0) |
| 5 | + |
| 6 | +**Implemented enhancements:** |
| 7 | + |
| 8 | +- Support icon-nickname-switch [\#173](https://github.com/line/line-bot-sdk-ruby/issues/173) |
| 9 | + |
| 10 | +**Closed issues:** |
| 11 | + |
| 12 | +- Support Get user's language [\#181](https://github.com/line/line-bot-sdk-ruby/issues/181) |
| 13 | +- New property added to "sticker message" webhook event [\#154](https://github.com/line/line-bot-sdk-ruby/issues/154) |
| 14 | +- Support new Messaging API endpoints for friend statistics added on 10/16 [\#150](https://github.com/line/line-bot-sdk-ruby/issues/150) |
| 15 | + |
| 16 | +**Merged pull requests:** |
| 17 | + |
| 18 | +- Support X-Line-Retry-Key [\#189](https://github.com/line/line-bot-sdk-ruby/pull/189) ([kimoto](https://github.com/kimoto)) |
| 19 | +- Add example for LINE emoji [\#188](https://github.com/line/line-bot-sdk-ruby/pull/188) ([kimoto](https://github.com/kimoto)) |
| 20 | +- feat: endpoints for group and room informations [\#187](https://github.com/line/line-bot-sdk-ruby/pull/187) ([etrex](https://github.com/etrex)) |
| 21 | + |
3 | 22 | ## [v1.14.1](https://github.com/line/line-bot-sdk-ruby/tree/v1.14.1) (2020-04-06)
|
4 | 23 | [Full Changelog](https://github.com/line/line-bot-sdk-ruby/compare/v1.14.0...v1.14.1)
|
5 | 24 |
|
6 | 25 | **Merged pull requests:**
|
7 | 26 |
|
| 27 | +- Release 1.14.1 [\#178](https://github.com/line/line-bot-sdk-ruby/pull/178) ([kimoto](https://github.com/kimoto)) |
8 | 28 | - Accept open-uri as create\_rich\_menu\_image's argument [\#177](https://github.com/line/line-bot-sdk-ruby/pull/177) ([yskkin](https://github.com/yskkin))
|
9 | 29 | - Update rake requirement from ~\> 10.4 to ~\> 13.0 [\#176](https://github.com/line/line-bot-sdk-ruby/pull/176) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
|
10 | 30 | - Update webmock requirement from ~\> 1.24 to ~\> 3.8 [\#175](https://github.com/line/line-bot-sdk-ruby/pull/175) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
|
|
31 | 51 | - Issue template [\#147](https://github.com/line/line-bot-sdk-ruby/issues/147)
|
32 | 52 | - Documentation - clean up [\#146](https://github.com/line/line-bot-sdk-ruby/issues/146)
|
33 | 53 | - Flex 1 update [\#144](https://github.com/line/line-bot-sdk-ruby/issues/144)
|
| 54 | +- Release v1.14.0 [\#171](https://github.com/line/line-bot-sdk-ruby/pull/171) ([kimoto](https://github.com/kimoto)) |
34 | 55 |
|
35 | 56 | **Merged pull requests:**
|
36 | 57 |
|
|
0 commit comments