Skip to content

Commit ad807eb

Browse files
Merge pull request #214 from line/release/1.18.0
Release 1.18.0
2 parents ee9c0e2 + 43c0eeb commit ad807eb

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,21 @@
1-
# Change Log
1+
# Changelog
2+
3+
## [v1.18.0](https://github.com/line/line-bot-sdk-ruby/tree/v1.18.0) (2021-01-13)
4+
5+
[Full Changelog](https://github.com/line/line-bot-sdk-ruby/compare/v1.17.0...v1.18.0)
6+
7+
**Closed issues:**
8+
9+
- Run github actions CI with ruby 3.0 [\#210](https://github.com/line/line-bot-sdk-ruby/issues/210)
10+
- keywords property added to Sticker event object [\#204](https://github.com/line/line-bot-sdk-ruby/issues/204)
11+
- Support Flex Message Update 2 [\#202](https://github.com/line/line-bot-sdk-ruby/issues/202)
12+
13+
**Merged pull requests:**
14+
15+
- support test webhook endpoint [\#213](https://github.com/line/line-bot-sdk-ruby/pull/213) ([ryota-sakamoto](https://github.com/ryota-sakamoto))
16+
- support set webhook endpoint [\#212](https://github.com/line/line-bot-sdk-ruby/pull/212) ([ryota-sakamoto](https://github.com/ryota-sakamoto))
17+
- Add ruby v3.0 for pull request CI [\#211](https://github.com/line/line-bot-sdk-ruby/pull/211) ([toduq](https://github.com/toduq))
18+
- support get webhook endpoint [\#209](https://github.com/line/line-bot-sdk-ruby/pull/209) ([ryota-sakamoto](https://github.com/ryota-sakamoto))
219

320
## [v1.17.0](https://github.com/line/line-bot-sdk-ruby/tree/v1.17.0) (2020-12-18)
421
[Full Changelog](https://github.com/line/line-bot-sdk-ruby/compare/v1.16.0...v1.17.0)
@@ -13,6 +30,7 @@
1330

1431
**Merged pull requests:**
1532

33+
- Release 1.17.0 [\#208](https://github.com/line/line-bot-sdk-ruby/pull/208) ([kimoto](https://github.com/kimoto))
1634
- Introduce github actions for CI [\#207](https://github.com/line/line-bot-sdk-ruby/pull/207) ([toduq](https://github.com/toduq))
1735
- disallow actual net connection during unit test [\#206](https://github.com/line/line-bot-sdk-ruby/pull/206) ([yskkin](https://github.com/yskkin))
1836
- Support LIFF v1 Server API [\#205](https://github.com/line/line-bot-sdk-ruby/pull/205) ([yskkin](https://github.com/yskkin))

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

0 commit comments

Comments
 (0)