Skip to content

Commit e5c3488

Browse files
authored
1.20.0 (#234)
1 parent ab200f8 commit e5c3488

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

CHANGELOG.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Change Log
22

3+
## [v1.20.0](https://github.com/line/line-bot-sdk-ruby/tree/v1.20.0) (2021-07-19)
4+
[Full Changelog](https://github.com/line/line-bot-sdk-ruby/compare/v1.19.0...v1.20.0)
5+
6+
**Closed issues:**
7+
8+
- Dependabot can't resolve your Ruby dependency files [\#227](https://github.com/line/line-bot-sdk-ruby/issues/227)
9+
- Dependabot can't resolve your Ruby dependency files [\#226](https://github.com/line/line-bot-sdk-ruby/issues/226)
10+
- Dependabot can't resolve your Ruby dependency files [\#225](https://github.com/line/line-bot-sdk-ruby/issues/225)
11+
- Dependabot can't resolve your Ruby dependency files [\#224](https://github.com/line/line-bot-sdk-ruby/issues/224)
12+
- Dependabot can't resolve your Ruby dependency files [\#223](https://github.com/line/line-bot-sdk-ruby/issues/223)
13+
- Dependabot can't resolve your Ruby dependency files [\#222](https://github.com/line/line-bot-sdk-ruby/issues/222)
14+
- Support follower IDs API [\#216](https://github.com/line/line-bot-sdk-ruby/issues/216)
15+
- Support Redelivery object for narrowcast messages [\#200](https://github.com/line/line-bot-sdk-ruby/issues/200)
16+
17+
**Merged pull requests:**
18+
19+
- create set\_rich\_menu\_alias and unset\_rich\_menu\_alias method [\#233](https://github.com/line/line-bot-sdk-ruby/pull/233) ([4geru](https://github.com/4geru))
20+
- Update rubocop 0.56.0 -\> 1.12.1 [\#231](https://github.com/line/line-bot-sdk-ruby/pull/231) ([tokuhirom](https://github.com/tokuhirom))
21+
- Upgrade to GitHub-native Dependabot [\#230](https://github.com/line/line-bot-sdk-ruby/pull/230) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
22+
- Upgrade minimum ruby version to 2.4 [\#228](https://github.com/line/line-bot-sdk-ruby/pull/228) ([toduq](https://github.com/toduq))
23+
- Release 1.19.0 [\#221](https://github.com/line/line-bot-sdk-ruby/pull/221) ([kimoto](https://github.com/kimoto))
24+
325
## [v1.19.0](https://github.com/line/line-bot-sdk-ruby/tree/v1.19.0) (2021-03-22)
426
[Full Changelog](https://github.com/line/line-bot-sdk-ruby/compare/v1.18.0...v1.19.0)
527

@@ -530,4 +552,4 @@
530552

531553

532554

533-
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
555+
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

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

0 commit comments

Comments
 (0)