From 2a500c44c16ff5fef53ea85aa6b0d461440f24cb Mon Sep 17 00:00:00 2001 From: Ryota Sakamoto Date: Thu, 13 Aug 2020 13:13:10 +0900 Subject: [PATCH] 1.16.0 --- CHANGELOG.md | 17 +++++++++++++++++ lib/line/bot/api/version.rb | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35367df7..4a114680 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) @@ -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)) diff --git a/lib/line/bot/api/version.rb b/lib/line/bot/api/version.rb index fc91428a..48abdb75 100644 --- a/lib/line/bot/api/version.rb +++ b/lib/line/bot/api/version.rb @@ -15,7 +15,7 @@ module Line module Bot module API - VERSION = "1.15.0" + VERSION = "1.16.0" end end end