Skip to content

Commit 7beb5bc

Browse files
authored
Merge pull request #277 from line/release/v1.27.0
Release v1.27.0
2 parents 396aa22 + c20fc83 commit 7beb5bc

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

Diff for: CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
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)
@@ -12,6 +29,7 @@
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))

Diff for: lib/line/bot/api/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
module Line
1616
module Bot
1717
module API
18-
VERSION = "1.26.0"
18+
VERSION = "1.27.0"
1919
end
2020
end
2121
end

0 commit comments

Comments
 (0)