Skip to content

Commit f8b2c19

Browse files
authored
Merge pull request #293 from kkdai/7.11
Update version to v7.11.0
2 parents 88caa4a + 0617b65 commit f8b2c19

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

3+
## [v7.11.0](https://github.com/line/line-bot-sdk-go/tree/v7.11.0) (2021-10-14)
4+
5+
[Full Changelog](https://github.com/line/line-bot-sdk-go/compare/v7.10.1...v7.11.0)
6+
7+
**Merged pull requests:**
8+
9+
- Support imageSet fields in webhook event. [\#288](https://github.com/line/line-bot-sdk-go/pull/291)([clsung](https://github.com/clsung))
10+
11+
- Add contentProvider properties for image, audio, video. [\#109] [\#144](https://github.com/line/line-bot-sdk-go/pull/292)([clsung](https://github.com/clsung))
12+
13+
314
## [v7.10.1](https://github.com/line/line-bot-sdk-go/tree/v7.10.1) (2021-09-14)
415

516
[Full Changelog](https://github.com/line/line-bot-sdk-go/compare/v7.10.0...v7.10.1)

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.10.1"
19+
const version = "7.11.0"

0 commit comments

Comments
 (0)