Skip to content

Commit 21ac459

Browse files
committed
release 1.15.0
1 parent 351fd3f commit 21ac459

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

Diff for: CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,30 @@
11
# Change Log
22

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

625
**Merged pull requests:**
726

27+
- Release 1.14.1 [\#178](https://github.com/line/line-bot-sdk-ruby/pull/178) ([kimoto](https://github.com/kimoto))
828
- 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))
929
- 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))
1030
- 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,6 +51,7 @@
3151
- Issue template [\#147](https://github.com/line/line-bot-sdk-ruby/issues/147)
3252
- Documentation - clean up [\#146](https://github.com/line/line-bot-sdk-ruby/issues/146)
3353
- 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))
3455

3556
**Merged pull requests:**
3657

Diff for: lib/line/bot/api/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
module Line
1616
module Bot
1717
module API
18-
VERSION = "1.14.1"
18+
VERSION = "1.15.0"
1919
end
2020
end
2121
end

0 commit comments

Comments
 (0)