File tree Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 1
- # Change Log
1
+ # Changelog
2
+
3
+ ## [ v1.18.0] ( https://github.com/line/line-bot-sdk-ruby/tree/v1.18.0 ) (2021-01-13)
4
+
5
+ [ Full Changelog] ( https://github.com/line/line-bot-sdk-ruby/compare/v1.17.0...v1.18.0 )
6
+
7
+ ** Closed issues:**
8
+
9
+ - Run github actions CI with ruby 3.0 [ \# 210] ( https://github.com/line/line-bot-sdk-ruby/issues/210 )
10
+ - keywords property added to Sticker event object [ \# 204] ( https://github.com/line/line-bot-sdk-ruby/issues/204 )
11
+ - Support Flex Message Update 2 [ \# 202] ( https://github.com/line/line-bot-sdk-ruby/issues/202 )
12
+
13
+ ** Merged pull requests:**
14
+
15
+ - support test webhook endpoint [ \# 213] ( https://github.com/line/line-bot-sdk-ruby/pull/213 ) ([ ryota-sakamoto] ( https://github.com/ryota-sakamoto ) )
16
+ - support set webhook endpoint [ \# 212] ( https://github.com/line/line-bot-sdk-ruby/pull/212 ) ([ ryota-sakamoto] ( https://github.com/ryota-sakamoto ) )
17
+ - Add ruby v3.0 for pull request CI [ \# 211] ( https://github.com/line/line-bot-sdk-ruby/pull/211 ) ([ toduq] ( https://github.com/toduq ) )
18
+ - support get webhook endpoint [ \# 209] ( https://github.com/line/line-bot-sdk-ruby/pull/209 ) ([ ryota-sakamoto] ( https://github.com/ryota-sakamoto ) )
2
19
3
20
## [ v1.17.0] ( https://github.com/line/line-bot-sdk-ruby/tree/v1.17.0 ) (2020-12-18)
4
21
[ Full Changelog] ( https://github.com/line/line-bot-sdk-ruby/compare/v1.16.0...v1.17.0 )
13
30
14
31
** Merged pull requests:**
15
32
33
+ - Release 1.17.0 [ \# 208] ( https://github.com/line/line-bot-sdk-ruby/pull/208 ) ([ kimoto] ( https://github.com/kimoto ) )
16
34
- Introduce github actions for CI [ \# 207] ( https://github.com/line/line-bot-sdk-ruby/pull/207 ) ([ toduq] ( https://github.com/toduq ) )
17
35
- disallow actual net connection during unit test [ \# 206] ( https://github.com/line/line-bot-sdk-ruby/pull/206 ) ([ yskkin] ( https://github.com/yskkin ) )
18
36
- Support LIFF v1 Server API [ \# 205] ( https://github.com/line/line-bot-sdk-ruby/pull/205 ) ([ yskkin] ( https://github.com/yskkin ) )
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.17 .0"
18
+ VERSION = "1.18 .0"
19
19
end
20
20
end
21
21
end
You can’t perform that action at this time.
0 commit comments