From 70ebfee19f35475f93b917ea1ae6823af7466b8b Mon Sep 17 00:00:00 2001 From: Evan Lin Date: Fri, 18 Mar 2022 09:57:30 +0800 Subject: [PATCH] Update version to 7.14.0 --- CHANGELOG.md | 17 +++++++++++------ linebot/version.go | 2 +- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86ca16cb..1a0bcf2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [v7.14.0](https://github.com/line/line-bot-sdk-go/tree/v7.14.0) (2022-03-18) + +[Full Changelog](https://github.com/line/line-bot-sdk-go/compare/v7.13.0...v7.14.0) + +**Merged pull requests:** + +- Support VideoComponent in Flex message. [\#306](https://github.com/line/line-bot-sdk-go/pull/306)([david7482](https://github.com/david7482)) + +- Support Flex Message Update v3. [\#307](https://github.com/line/line-bot-sdk-go/pull/307)([david7482](https://github.com/david7482)) + ## [v7.13.0](https://github.com/line/line-bot-sdk-go/tree/v7.13.0) (2022-02-24) [Full Changelog](https://github.com/line/line-bot-sdk-go/compare/v7.12.1...v7.13.0) @@ -40,7 +50,6 @@ - Add contentProvider properties for image, audio, video. [\#109] [\#144](https://github.com/line/line-bot-sdk-go/pull/292)([clsung](https://github.com/clsung)) - ## [v7.10.1](https://github.com/line/line-bot-sdk-go/tree/v7.10.1) (2021-09-14) [Full Changelog](https://github.com/line/line-bot-sdk-go/compare/v7.10.0...v7.10.1) @@ -97,7 +106,6 @@ - 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)) - - Drop travis-ci. [\#268](https://github.com/line/line-bot-sdk-go/pull/268)([tokuhirom](https://github.com/tokuhirom)) - 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)) - 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)) - - 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)) - 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)) **Merged pull requests:** -- 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)) +- 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)) - Remove useless indents for sample code [\#100](https://github.com/line/line-bot-sdk-go/pull/100) ([mingrammer](https://github.com/mingrammer)) ## [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)) - V2 [\#6](https://github.com/line/line-bot-sdk-go/pull/6) ([sugyan](https://github.com/sugyan)) - add echo bot sample [\#3](https://github.com/line/line-bot-sdk-go/pull/3) ([sugyan](https://github.com/sugyan)) - - \* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* diff --git a/linebot/version.go b/linebot/version.go index ddc79bf0..39b06152 100644 --- a/linebot/version.go +++ b/linebot/version.go @@ -16,4 +16,4 @@ package linebot -const version = "7.13.0" +const version = "7.14.0"