Skip to content

Commit bb85a85

Browse files
authored
Merge pull request #252 from kkdai/v7.8.0
Update version to v7.8.0
2 parents 65445af + 97f2784 commit bb85a85

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,25 @@
11
# Changelog
22

3+
## [v7.8.0](https://github.com/line/line-bot-sdk-go/tree/v7.8.0) (2020-11-27)
4+
5+
[Full Changelog](https://github.com/line/line-bot-sdk-go/compare/v7.7.0...v7.8.0)
6+
7+
**Merged pull requests:**
8+
9+
- Add action props of box component and maxLines props of text component [\#174](https://github.com/line/line-bot-sdk-go/pull/231) ([hinoguma](https://github.com/hinoguma))
10+
11+
- add default action to button template and carousel template [\#211](https://github.com/line/line-bot-sdk-go/pull/243) ([hinoguma](https://github.com/hinoguma))
12+
13+
- Messaging API - December 2020 update : Add keywords property to Sticker event [\#245](https://github.com/line/line-bot-sdk-go/pull/246) ([
14+
Cheng-Lung Sung](https://github.com/clsung))
15+
16+
- Messaging API - January 2021 update : Add mention props for text message [\#247](https://github.com/line/line-bot-sdk-go/pull/248) ([hinoguma](https://github.com/hinoguma))
17+
18+
- Messaging API - January 2021 update : add acceptedTime and completedTime to MessagesProgressResponse [\#247](https://github.com/line/line-bot-sdk-go/pull/250) ([hinoguma](https://github.com/hinoguma))
19+
320
## [v7.7.0](https://github.com/line/line-bot-sdk-go/tree/v7.7.0) (2020-11-27)
421

5-
[Full Changelog](https://github.com/line/line-bot-sdk-go/compare/v7.5.0...v7.6.0)
22+
[Full Changelog](https://github.com/line/line-bot-sdk-go/compare/v7.6.0...v7.7.0)
623

724
**Merged pull requests:**
825

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.7.0"
19+
const version = "7.8.0"

0 commit comments

Comments
 (0)