Skip to content

Commit

Permalink
Merge pull request #285 from line/release/v1.28.0
Browse files Browse the repository at this point in the history
Release v1.28.0
  • Loading branch information
zenizh authored Mar 14, 2023
2 parents 31e70d9 + 544fd73 commit 43e6102
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [v1.28.0](https://github.com/line/line-bot-sdk-ruby/tree/v1.28.0) (2023-03-14)

[Full Changelog](https://github.com/line/line-bot-sdk-ruby/compare/v1.27.0...v1.28.0)

**Merged pull requests:**

- feat: support the Audience Match API [\#284](https://github.com/line/line-bot-sdk-ruby/pull/284) ([Sean0628](https://github.com/Sean0628))
- 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))
- 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))
- 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))
- 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))

## [v1.27.0](https://github.com/line/line-bot-sdk-ruby/tree/v1.27.0) (2023-02-08)

[Full Changelog](https://github.com/line/line-bot-sdk-ruby/compare/v1.26.0...v1.27.0)
Expand All @@ -11,7 +23,8 @@

**Merged pull requests:**

- Implement get_narrowcast_message_status [\#276](https://github.com/line/line-bot-sdk-ruby/pull/276) ([dlackty](https://github.com/dlackty))
- Release v1.27.0 [\#277](https://github.com/line/line-bot-sdk-ruby/pull/277) ([zenizh](https://github.com/zenizh))
- Implement get\_narrowcast\_message\_status [\#276](https://github.com/line/line-bot-sdk-ruby/pull/276) ([dlackty](https://github.com/dlackty))
- 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))
- 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))
- 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))
Expand Down
2 changes: 1 addition & 1 deletion lib/line/bot/api/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
module Line
module Bot
module API
VERSION = "1.27.0"
VERSION = "1.28.0"
end
end
end

0 comments on commit 43e6102

Please sign in to comment.