Skip to content

Commit f1daf67

Browse files
authored
Merge pull request #308 from kkdai/7.14
Update version to 7.14.0
2 parents b2a4e61 + 70ebfee commit f1daf67

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

CHANGELOG.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [v7.14.0](https://github.com/line/line-bot-sdk-go/tree/v7.14.0) (2022-03-18)
4+
5+
[Full Changelog](https://github.com/line/line-bot-sdk-go/compare/v7.13.0...v7.14.0)
6+
7+
**Merged pull requests:**
8+
9+
- Support VideoComponent in Flex message. [\#306](https://github.com/line/line-bot-sdk-go/pull/306)([david7482](https://github.com/david7482))
10+
11+
- Support Flex Message Update v3. [\#307](https://github.com/line/line-bot-sdk-go/pull/307)([david7482](https://github.com/david7482))
12+
313
## [v7.13.0](https://github.com/line/line-bot-sdk-go/tree/v7.13.0) (2022-02-24)
414

515
[Full Changelog](https://github.com/line/line-bot-sdk-go/compare/v7.12.1...v7.13.0)
@@ -40,7 +50,6 @@
4050

4151
- Add contentProvider properties for image, audio, video. [\#109] [\#144](https://github.com/line/line-bot-sdk-go/pull/292)([clsung](https://github.com/clsung))
4252

43-
4453
## [v7.10.1](https://github.com/line/line-bot-sdk-go/tree/v7.10.1) (2021-09-14)
4554

4655
[Full Changelog](https://github.com/line/line-bot-sdk-go/compare/v7.10.0...v7.10.1)
@@ -97,7 +106,6 @@
97106

98107
- Messaging API 2021 March: Add URI action support to quick reply. [\#267](https://github.com/line/line-bot-sdk-go/pull/267)([clsung](https://github.com/clsung))
99108

100-
101109
- Drop travis-ci. [\#268](https://github.com/line/line-bot-sdk-go/pull/268)([tokuhirom](https://github.com/tokuhirom))
102110

103111
- Support Flex Message Update 2-3: add background props to BoxComponent. [\#234](https://github.com/line/line-bot-sdk-go/pull/269)([hinoguma](https://github.com/hinoguma))
@@ -129,7 +137,6 @@ Cheng-Lung Sung](https://github.com/clsung))
129137

130138
- Messaging API - October 2020 update - Add API for set webhook endpointURL \#233 [\#241](https://github.com/line/line-bot-sdk-go/pull/241) ([hinoguma](https://github.com/hinoguma))
131139

132-
133140
- Messaging API - October 2020 update - Add API TestWebhook \#233 [\#239](https://github.com/line/line-bot-sdk-go/pull/239) ([kkdai](https://github.com/kkdai))
134141

135142
- Messaging API - October 2020 update - Add API for webhook-info\#233 [\#238](https://github.com/line/line-bot-sdk-go/pull/238) ([Thanakorn-ki](https://github.com/Thanakorn-ki))
@@ -340,7 +347,7 @@ Cheng-Lung Sung](https://github.com/clsung))
340347

341348
**Merged pull requests:**
342349

343-
- Fix the version of linebot/version.go and add a shell script to prevent to forget update of linebot/version.go . [\#103](https://github.com/line/line-bot-sdk-go/pull/103) ([suzuki-shunsuke](https://github.com/suzuki-shunsuke))
350+
- Fix the version of linebot/version.go and add a shell script to prevent to forget update of linebot/version.go . [\#103](https://github.com/line/line-bot-sdk-go/pull/103) ([suzuki-shunsuke](https://github.com/suzuki-shunsuke))
344351
- Remove useless indents for sample code [\#100](https://github.com/line/line-bot-sdk-go/pull/100) ([mingrammer](https://github.com/mingrammer))
345352

346353
## [v3.0.0](https://github.com/line/line-bot-sdk-go/tree/v3.0.0) (2018-08-02)
@@ -465,6 +472,4 @@ Cheng-Lung Sung](https://github.com/clsung))
465472
- V2 [\#6](https://github.com/line/line-bot-sdk-go/pull/6) ([sugyan](https://github.com/sugyan))
466473
- add echo bot sample [\#3](https://github.com/line/line-bot-sdk-go/pull/3) ([sugyan](https://github.com/sugyan))
467474

468-
469-
470475
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*

linebot/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616

1717
package linebot
1818

19-
const version = "7.13.0"
19+
const version = "7.14.0"

0 commit comments

Comments
 (0)