|
1 | 1 | # Changelog |
2 | 2 |
|
| 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 | + |
3 | 13 | ## [v7.13.0](https://github.com/line/line-bot-sdk-go/tree/v7.13.0) (2022-02-24) |
4 | 14 |
|
5 | 15 | [Full Changelog](https://github.com/line/line-bot-sdk-go/compare/v7.12.1...v7.13.0) |
|
40 | 50 |
|
41 | 51 | - Add contentProvider properties for image, audio, video. [\#109] [\#144](https://github.com/line/line-bot-sdk-go/pull/292)([clsung](https://github.com/clsung)) |
42 | 52 |
|
43 | | - |
44 | 53 | ## [v7.10.1](https://github.com/line/line-bot-sdk-go/tree/v7.10.1) (2021-09-14) |
45 | 54 |
|
46 | 55 | [Full Changelog](https://github.com/line/line-bot-sdk-go/compare/v7.10.0...v7.10.1) |
|
97 | 106 |
|
98 | 107 | - 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)) |
99 | 108 |
|
100 | | - |
101 | 109 | - Drop travis-ci. [\#268](https://github.com/line/line-bot-sdk-go/pull/268)([tokuhirom](https://github.com/tokuhirom)) |
102 | 110 |
|
103 | 111 | - 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)) |
129 | 137 |
|
130 | 138 | - 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)) |
131 | 139 |
|
132 | | - |
133 | 140 | - 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)) |
134 | 141 |
|
135 | 142 | - 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)) |
340 | 347 |
|
341 | 348 | **Merged pull requests:** |
342 | 349 |
|
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)) |
344 | 351 | - Remove useless indents for sample code [\#100](https://github.com/line/line-bot-sdk-go/pull/100) ([mingrammer](https://github.com/mingrammer)) |
345 | 352 |
|
346 | 353 | ## [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)) |
465 | 472 | - V2 [\#6](https://github.com/line/line-bot-sdk-go/pull/6) ([sugyan](https://github.com/sugyan)) |
466 | 473 | - add echo bot sample [\#3](https://github.com/line/line-bot-sdk-go/pull/3) ([sugyan](https://github.com/sugyan)) |
467 | 474 |
|
468 | | - |
469 | | - |
470 | 475 | \* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* |
0 commit comments