Skip to content

Commit 43e6102

Browse files
authored
Merge pull request #285 from line/release/v1.28.0
Release v1.28.0
2 parents 31e70d9 + 544fd73 commit 43e6102

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

Diff for: CHANGELOG.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
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)
@@ -11,7 +23,8 @@
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))

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.27.0"
18+
VERSION = "1.28.0"
1919
end
2020
end
2121
end

0 commit comments

Comments
 (0)