File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 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
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 )
Original file line number Diff line number Diff line change 1515module Line
1616 module Bot
1717 module API
18- VERSION = "1.14.0 "
18+ VERSION = "1.14.1 "
1919 end
2020 end
2121end
You can’t perform that action at this time.
0 commit comments