File tree 2 files changed +12
-1
lines changed
2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
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
+
3
13
## [ v1.14.0] ( https://github.com/line/line-bot-sdk-ruby/tree/v1.14.0 ) (2020-03-02)
4
14
[ Full Changelog] ( https://github.com/line/line-bot-sdk-ruby/compare/v1.13.0...v1.14.0 )
5
15
13
23
14
24
** Closed issues:**
15
25
26
+ - Release v1.14.0 [ \# 171] ( https://github.com/line/line-bot-sdk-ruby/pull/171 ) ([ kimoto] ( https://github.com/kimoto ) )
16
27
- mode property added to webhook event [ \# 159] ( https://github.com/line/line-bot-sdk-ruby/issues/159 )
17
28
- Support stay event added to beacon event [ \# 155] ( https://github.com/line/line-bot-sdk-ruby/issues/155 )
18
29
- 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 15
15
module Line
16
16
module Bot
17
17
module API
18
- VERSION = "1.14.0 "
18
+ VERSION = "1.14.1 "
19
19
end
20
20
end
21
21
end
You can’t perform that action at this time.
0 commit comments