File tree 2 files changed +18
-1
lines changed
2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
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
+
3
16
## [ v1.15.0] ( https://github.com/line/line-bot-sdk-ruby/tree/v1.15.0 ) (2020-08-06)
4
17
[ Full Changelog] ( https://github.com/line/line-bot-sdk-ruby/compare/v1.14.1...v1.15.0 )
5
18
12
25
- Support Get user's language [ \# 181] ( https://github.com/line/line-bot-sdk-ruby/issues/181 )
13
26
- New property added to "sticker message" webhook event [ \# 154] ( https://github.com/line/line-bot-sdk-ruby/issues/154 )
14
27
- 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 )
15
31
16
32
** Merged pull requests:**
17
33
34
+ - Release 1.15.0 [ \# 192] ( https://github.com/line/line-bot-sdk-ruby/pull/192 ) ([ kimoto] ( https://github.com/kimoto ) )
18
35
- Support X-Line-Retry-Key [ \# 189] ( https://github.com/line/line-bot-sdk-ruby/pull/189 ) ([ kimoto] ( https://github.com/kimoto ) )
19
36
- Add example for LINE emoji [ \# 188] ( https://github.com/line/line-bot-sdk-ruby/pull/188 ) ([ kimoto] ( https://github.com/kimoto ) )
20
37
- feat: endpoints for group and room informations [ \# 187] ( https://github.com/line/line-bot-sdk-ruby/pull/187 ) ([ etrex] ( https://github.com/etrex ) )
Original file line number Diff line number Diff line change 15
15
module Line
16
16
module Bot
17
17
module API
18
- VERSION = "1.15 .0"
18
+ VERSION = "1.16 .0"
19
19
end
20
20
end
21
21
end
You can’t perform that action at this time.
0 commit comments