Skip to content

Commit 8b74ab3

Browse files
authored
Merge pull request #160 from line/release/v1.13.0
Release 1.13.0
2 parents 4225409 + 7e117e6 commit 8b74ab3

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

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

3+
## [v1.13.0](https://github.com/line/line-bot-sdk-ruby/tree/v1.13.0) (2019-12-24)
4+
[Full Changelog](https://github.com/line/line-bot-sdk-ruby/compare/v1.12.0...v1.13.0)
5+
6+
**Fixed bugs:**
7+
8+
- Fix issue template [\#148](https://github.com/line/line-bot-sdk-ruby/pull/148) ([kimoto](https://github.com/kimoto))
9+
10+
**Closed issues:**
11+
12+
- Support new Messaging API endpoints for friend statistics added on 07/08 [\#140](https://github.com/line/line-bot-sdk-ruby/issues/140)
13+
- LINE Things - automatic communication feature support [\#130](https://github.com/line/line-bot-sdk-ruby/issues/130)
14+
15+
**Merged pull requests:**
16+
17+
- Domain name change from api.line.me to api-data.line.me [\#158](https://github.com/line/line-bot-sdk-ruby/pull/158) ([kimoto](https://github.com/kimoto))
18+
- Fix travis error [\#157](https://github.com/line/line-bot-sdk-ruby/pull/157) ([kimoto](https://github.com/kimoto))
19+
- Add sample code for flex update1 [\#149](https://github.com/line/line-bot-sdk-ruby/pull/149) ([kimoto](https://github.com/kimoto))
20+
321
## [v1.12.0](https://github.com/line/line-bot-sdk-ruby/tree/v1.12.0) (2019-07-16)
422
[Full Changelog](https://github.com/line/line-bot-sdk-ruby/compare/v1.11.0...v1.12.0)
523

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.12.0"
18+
VERSION = "1.13.0"
1919
end
2020
end
2121
end

0 commit comments

Comments
 (0)