File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ v1.28.0] ( https://github.com/line/line-bot-sdk-ruby/tree/v1.28.0 ) (2023-03-14)
4+
5+ [ Full Changelog] ( https://github.com/line/line-bot-sdk-ruby/compare/v1.27.0...v1.28.0 )
6+
7+ ** Merged pull requests:**
8+
9+ - feat: support the Audience Match API [ \# 284] ( https://github.com/line/line-bot-sdk-ruby/pull/284 ) ([ Sean0628] ( https://github.com/Sean0628 ) )
10+ - Update dependency rubocop to '~ \> 1.48.0' [ \# 281] ( https://github.com/line/line-bot-sdk-ruby/pull/281 ) ([ renovate[ bot]] ( https://github.com/apps/renovate ) )
11+ - Update dependency rubocop to '~ \> 1.47.0' [ \# 280] ( https://github.com/line/line-bot-sdk-ruby/pull/280 ) ([ renovate[ bot]] ( https://github.com/apps/renovate ) )
12+ - Update dependency rubocop to '~ \> 1.46.0' [ \# 279] ( https://github.com/line/line-bot-sdk-ruby/pull/279 ) ([ renovate[ bot]] ( https://github.com/apps/renovate ) )
13+ - Update dependency rubocop to '~ \> 1.45.0' [ \# 278] ( https://github.com/line/line-bot-sdk-ruby/pull/278 ) ([ renovate[ bot]] ( https://github.com/apps/renovate ) )
14+
315## [ v1.27.0] ( https://github.com/line/line-bot-sdk-ruby/tree/v1.27.0 ) (2023-02-08)
416
517[ Full Changelog] ( https://github.com/line/line-bot-sdk-ruby/compare/v1.26.0...v1.27.0 )
1123
1224** Merged pull requests:**
1325
14- - Implement get_narrowcast_message_status [ \# 276] ( https://github.com/line/line-bot-sdk-ruby/pull/276 ) ([ dlackty] ( https://github.com/dlackty ) )
26+ - Release v1.27.0 [ \# 277] ( https://github.com/line/line-bot-sdk-ruby/pull/277 ) ([ zenizh] ( https://github.com/zenizh ) )
27+ - Implement get\_ narrowcast\_ message\_ status [ \# 276] ( https://github.com/line/line-bot-sdk-ruby/pull/276 ) ([ dlackty] ( https://github.com/dlackty ) )
1528- 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 ) )
1629- 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 ) )
1730- 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 ) )
Original file line number Diff line number Diff line change 1515module Line
1616 module Bot
1717 module API
18- VERSION = "1.27 .0"
18+ VERSION = "1.28 .0"
1919 end
2020 end
2121end
You can’t perform that action at this time.
0 commit comments