Skip to content

Commit d29fb89

Browse files
authored
Merge pull request #142 from line/release/v1.12.0
Release v1.12.0
2 parents 6fc44b9 + 2e835b7 commit d29fb89

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

CHANGELOG.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,30 @@
11
# Change Log
22

3+
## [v1.12.0](https://github.com/line/line-bot-sdk-ruby/tree/v1.12.0) (2019-07-16)
4+
[Full Changelog](https://github.com/line/line-bot-sdk-ruby/compare/v1.11.0...v1.12.0)
5+
6+
**Closed issues:**
7+
8+
- Update issue.md [\#121](https://github.com/line/line-bot-sdk-ruby/issues/121)
9+
- Consider dropping support for Ruby 2.1 & 2.2 [\#102](https://github.com/line/line-bot-sdk-ruby/issues/102)
10+
- Update HTTPClient [\#58](https://github.com/line/line-bot-sdk-ruby/issues/58)
11+
12+
**Merged pull requests:**
13+
14+
- Support insights \(friend statistics / demographics\) api [\#141](https://github.com/line/line-bot-sdk-ruby/pull/141) ([kimoto](https://github.com/kimoto))
15+
- Support LINE Things ScenarioResult Event [\#139](https://github.com/line/line-bot-sdk-ruby/pull/139) ([kimoto](https://github.com/kimoto))
16+
- Fix wrong \#error method usage [\#138](https://github.com/line/line-bot-sdk-ruby/pull/138) ([mizoR](https://github.com/mizoR))
17+
- Add issue template [\#137](https://github.com/line/line-bot-sdk-ruby/pull/137) ([kimoto](https://github.com/kimoto))
18+
- Fix broken link to CONTRIBUTING [\#136](https://github.com/line/line-bot-sdk-ruby/pull/136) ([mizoR](https://github.com/mizoR))
19+
- Remove `Line::Bot::Request` class to make logic clear [\#135](https://github.com/line/line-bot-sdk-ruby/pull/135) ([mizoR](https://github.com/mizoR))
20+
- Add kind comment on sample code of README.md [\#134](https://github.com/line/line-bot-sdk-ruby/pull/134) ([toduq](https://github.com/toduq))
21+
322
## [v1.11.0](https://github.com/line/line-bot-sdk-ruby/tree/v1.11.0) (2019-06-04)
423
[Full Changelog](https://github.com/line/line-bot-sdk-ruby/compare/v1.10.0...v1.11.0)
524

625
**Closed issues:**
726

8-
- Support OAUTH [\#120](https://github.com/line/line-bot-sdk-ruby/issues/120)
27+
- Support OAuth [\#120](https://github.com/line/line-bot-sdk-ruby/issues/120)
928
- Is changelog maintained? [\#117](https://github.com/line/line-bot-sdk-ruby/issues/117)
1029
- Incorrect test case [\#71](https://github.com/line/line-bot-sdk-ruby/issues/71)
1130

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

0 commit comments

Comments
 (0)