Skip to content

Commit 507470b

Browse files
authored
Merge pull request #178 from line/release/1.14.1
Release 1.14.1
2 parents 9c7c73f + f15ee8f commit 507470b

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

3+
## [v1.14.1](https://github.com/line/line-bot-sdk-ruby/tree/v1.14.1) (2020-04-06)
4+
[Full Changelog](https://github.com/line/line-bot-sdk-ruby/compare/v1.14.0...v1.14.1)
5+
6+
**Merged pull requests:**
7+
8+
- 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))
9+
- 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))
10+
- 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))
11+
- Quit top level reference [\#174](https://github.com/line/line-bot-sdk-ruby/pull/174) ([koheisg](https://github.com/koheisg))
12+
313
## [v1.14.0](https://github.com/line/line-bot-sdk-ruby/tree/v1.14.0) (2020-03-02)
414
[Full Changelog](https://github.com/line/line-bot-sdk-ruby/compare/v1.13.0...v1.14.0)
515

@@ -13,6 +23,7 @@
1323

1424
**Closed issues:**
1525

26+
- Release v1.14.0 [\#171](https://github.com/line/line-bot-sdk-ruby/pull/171) ([kimoto](https://github.com/kimoto))
1627
- mode property added to webhook event [\#159](https://github.com/line/line-bot-sdk-ruby/issues/159)
1728
- Support stay event added to beacon event [\#155](https://github.com/line/line-bot-sdk-ruby/issues/155)
1829
- Let's create documentation page using RDoc or YARD! [\#152](https://github.com/line/line-bot-sdk-ruby/issues/152)

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

0 commit comments

Comments
 (0)