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 ) )
219
320## [ v1.17.0] ( https://github.com/line/line-bot-sdk-ruby/tree/v1.17.0 ) (2020-12-18)
421[ Full Changelog] ( https://github.com/line/line-bot-sdk-ruby/compare/v1.16.0...v1.17.0 )
1330
1431** Merged pull requests:**
1532
33+ - Release 1.17.0 [ \# 208] ( https://github.com/line/line-bot-sdk-ruby/pull/208 ) ([ kimoto] ( https://github.com/kimoto ) )
1634- Introduce github actions for CI [ \# 207] ( https://github.com/line/line-bot-sdk-ruby/pull/207 ) ([ toduq] ( https://github.com/toduq ) )
1735- disallow actual net connection during unit test [ \# 206] ( https://github.com/line/line-bot-sdk-ruby/pull/206 ) ([ yskkin] ( https://github.com/yskkin ) )
1836- 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 1515module Line
1616 module Bot
1717 module API
18- VERSION = "1.17 .0"
18+ VERSION = "1.18 .0"
1919 end
2020 end
2121end
You can’t perform that action at this time.
0 commit comments