Skip to content

Commit 821977b

Browse files
authored
Merge pull request #270 from line/release/v1.26.0
Release v1.26.0
2 parents 239362c + dd6c255 commit 821977b

File tree

2 files changed

+25
-2
lines changed

2 files changed

+25
-2
lines changed

CHANGELOG.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
1-
# Change Log
1+
# Changelog
2+
3+
## [v1.26.0](https://github.com/line/line-bot-sdk-ruby/tree/v1.26.0) (2022-11-09)
4+
5+
[Full Changelog](https://github.com/line/line-bot-sdk-ruby/compare/v1.25.0...v1.26.0)
6+
7+
**Closed issues:**
8+
9+
- Validating message objects [\#267](https://github.com/line/line-bot-sdk-ruby/issues/267)
10+
- Validate rich menu object [\#256](https://github.com/line/line-bot-sdk-ruby/issues/256)
11+
- DateTimePicker Action is not working properly [\#250](https://github.com/line/line-bot-sdk-ruby/issues/250)
12+
13+
**Merged pull requests:**
14+
15+
- 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+
- Add APIs to validate message objects [\#268](https://github.com/line/line-bot-sdk-ruby/pull/268) ([zenizh](https://github.com/zenizh))
17+
- 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))
18+
- Update CI target version of the ruby [\#265](https://github.com/line/line-bot-sdk-ruby/pull/265) ([tokuhirom](https://github.com/tokuhirom))
19+
- Update actions/checkout action to v3 [\#263](https://github.com/line/line-bot-sdk-ruby/pull/263) ([renovate[bot]](https://github.com/apps/renovate))
20+
- Update dependency rubocop to '~\> 1.36.0' [\#262](https://github.com/line/line-bot-sdk-ruby/pull/262) ([renovate[bot]](https://github.com/apps/renovate))
21+
- Configure Renovate [\#261](https://github.com/line/line-bot-sdk-ruby/pull/261) ([renovate[bot]](https://github.com/apps/renovate))
222

323
## [v1.25.0](https://github.com/line/line-bot-sdk-ruby/tree/v1.25.0) (2022-07-13)
24+
425
[Full Changelog](https://github.com/line/line-bot-sdk-ruby/compare/v1.24.0...v1.25.0)
526

627
**Closed issues:**
@@ -9,10 +30,12 @@
930

1031
**Merged pull requests:**
1132

33+
- Release v1.25.0 [\#260](https://github.com/line/line-bot-sdk-ruby/pull/260) ([zenizh](https://github.com/zenizh))
1234
- create validate\_rich\_menu method [\#259](https://github.com/line/line-bot-sdk-ruby/pull/259) ([kenta-takeuchi](https://github.com/kenta-takeuchi))
1335
- fix types specifier list in Rdoc [\#258](https://github.com/line/line-bot-sdk-ruby/pull/258) ([kenta-takeuchi](https://github.com/kenta-takeuchi))
1436

1537
## [v1.24.0](https://github.com/line/line-bot-sdk-ruby/tree/v1.24.0) (2022-05-30)
38+
1639
[Full Changelog](https://github.com/line/line-bot-sdk-ruby/compare/v1.23.0...v1.24.0)
1740

1841
**Merged pull requests:**

lib/line/bot/api/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
module Line
1616
module Bot
1717
module API
18-
VERSION = "1.25.0"
18+
VERSION = "1.26.0"
1919
end
2020
end
2121
end

0 commit comments

Comments
 (0)