File tree 2 files changed +19
-1
lines changed
2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
20
## [ v1.26.0] ( https://github.com/line/line-bot-sdk-ruby/tree/v1.26.0 ) (2022-11-09)
4
21
5
22
[ Full Changelog] ( https://github.com/line/line-bot-sdk-ruby/compare/v1.25.0...v1.26.0 )
12
29
13
30
** Merged pull requests:**
14
31
32
+ - Release v1.26.0 [ \# 270] ( https://github.com/line/line-bot-sdk-ruby/pull/270 ) ([ zenizh] ( https://github.com/zenizh ) )
15
33
- 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 ) )
16
34
- Add APIs to validate message objects [ \# 268] ( https://github.com/line/line-bot-sdk-ruby/pull/268 ) ([ zenizh] ( https://github.com/zenizh ) )
17
35
- 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 15
15
module Line
16
16
module Bot
17
17
module API
18
- VERSION = "1.26 .0"
18
+ VERSION = "1.27 .0"
19
19
end
20
20
end
21
21
end
You can’t perform that action at this time.
0 commit comments