Skip to content

Commit 31db9a0

Browse files
authored
Merge pull request #208 from line/release/1.17.0
Release 1.17.0
2 parents c4a8f99 + 22472bd commit 31db9a0

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,37 @@
11
# Change Log
22

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+
322
## [v1.16.0](https://github.com/line/line-bot-sdk-ruby/tree/v1.16.0) (2020-08-13)
423
[Full Changelog](https://github.com/line/line-bot-sdk-ruby/compare/v1.15.0...v1.16.0)
524

625
**Closed issues:**
726

827
- 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)
931

1032
**Merged pull requests:**
1133

34+
- Release 1.16.0 [\#197](https://github.com/line/line-bot-sdk-ruby/pull/197) ([ryota-sakamoto](https://github.com/ryota-sakamoto))
1235
- Add videoPlayComplete event and spec [\#196](https://github.com/line/line-bot-sdk-ruby/pull/196) ([ryota-sakamoto](https://github.com/ryota-sakamoto))
1336
- Add example for unsend [\#195](https://github.com/line/line-bot-sdk-ruby/pull/195) ([gom](https://github.com/gom))
1437
- Add unsend event and spec [\#193](https://github.com/line/line-bot-sdk-ruby/pull/193) ([dlackty](https://github.com/dlackty))

lib/line/bot/api/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
module Line
1616
module Bot
1717
module API
18-
VERSION = "1.16.0"
18+
VERSION = "1.17.0"
1919
end
2020
end
2121
end

0 commit comments

Comments
 (0)