File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ v1.27.0] ( https://github.com/line/line-bot-sdk-ruby/tree/v1.27.0 ) (2023-02-08)
4+
5+ [ Full Changelog] ( https://github.com/line/line-bot-sdk-ruby/compare/v1.26.0...v1.27.0 )
6+
7+ ** Closed issues:**
8+
9+ - Create chat bot with conversation loop and save message to database [ \# 272] ( https://github.com/line/line-bot-sdk-ruby/issues/272 )
10+ - Messaging API - January 2021 update [ \# 215] ( https://github.com/line/line-bot-sdk-ruby/issues/215 )
11+
12+ ** Merged pull requests:**
13+
14+ - Implement get_narrowcast_message_status [ \# 276] ( https://github.com/line/line-bot-sdk-ruby/pull/276 ) ([ dlackty] ( https://github.com/dlackty ) )
15+ - Update dependency rubocop to '~ \> 1.44.0' [ \# 275] ( https://github.com/line/line-bot-sdk-ruby/pull/275 ) ([ renovate[ bot]] ( https://github.com/apps/renovate ) )
16+ - Update dependency rubocop to '~ \> 1.43.0' [ \# 274] ( https://github.com/line/line-bot-sdk-ruby/pull/274 ) ([ renovate[ bot]] ( https://github.com/apps/renovate ) )
17+ - Update dependency rubocop to '~ \> 1.40.0' [ \# 273] ( https://github.com/line/line-bot-sdk-ruby/pull/273 ) ([ renovate[ bot]] ( https://github.com/apps/renovate ) )
18+ - Update dependency rubocop to '~ \> 1.39.0' [ \# 271] ( https://github.com/line/line-bot-sdk-ruby/pull/271 ) ([ renovate[ bot]] ( https://github.com/apps/renovate ) )
19+
320## [ v1.26.0] ( https://github.com/line/line-bot-sdk-ruby/tree/v1.26.0 ) (2022-11-09)
421
522[ Full Changelog] ( https://github.com/line/line-bot-sdk-ruby/compare/v1.25.0...v1.26.0 )
1229
1330** Merged pull requests:**
1431
32+ - Release v1.26.0 [ \# 270] ( https://github.com/line/line-bot-sdk-ruby/pull/270 ) ([ zenizh] ( https://github.com/zenizh ) )
1533- Update dependency rubocop to '~ \> 1.38.0' [ \# 269] ( https://github.com/line/line-bot-sdk-ruby/pull/269 ) ([ renovate[ bot]] ( https://github.com/apps/renovate ) )
1634- Add APIs to validate message objects [ \# 268] ( https://github.com/line/line-bot-sdk-ruby/pull/268 ) ([ zenizh] ( https://github.com/zenizh ) )
1735- Update dependency rubocop to '~ \> 1.37.0' [ \# 266] ( https://github.com/line/line-bot-sdk-ruby/pull/266 ) ([ renovate[ bot]] ( https://github.com/apps/renovate ) )
Original file line number Diff line number Diff line change 1515module Line
1616 module Bot
1717 module API
18- VERSION = "1.26 .0"
18+ VERSION = "1.27 .0"
1919 end
2020 end
2121end
You can’t perform that action at this time.
0 commit comments