File tree 2 files changed +15
-2
lines changed
2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
15
## [ v1.27.0] ( https://github.com/line/line-bot-sdk-ruby/tree/v1.27.0 ) (2023-02-08)
4
16
5
17
[ Full Changelog] ( https://github.com/line/line-bot-sdk-ruby/compare/v1.26.0...v1.27.0 )
11
23
12
24
** Merged pull requests:**
13
25
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 ) )
15
28
- 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
29
- 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
30
- 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 15
15
module Line
16
16
module Bot
17
17
module API
18
- VERSION = "1.27 .0"
18
+ VERSION = "1.28 .0"
19
19
end
20
20
end
21
21
end
You can’t perform that action at this time.
0 commit comments