Skip to content

Commit 93f204c

Browse files
authored
Merge pull request #244 from kkdai/7.7.0
Update version to v7.7.0
2 parents 43c65d4 + 32fa0e0 commit 93f204c

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

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

3+
## [v7.7.0](https://github.com/line/line-bot-sdk-go/tree/v7.7.0) (2020-11-27)
4+
5+
[Full Changelog](https://github.com/line/line-bot-sdk-go/compare/v7.5.0...v7.6.0)
6+
7+
**Merged pull requests:**
8+
9+
- Support Redelivery object for narrowcast messages [\#242](https://github.com/line/line-bot-sdk-go/pull/242) ([hinoguma](https://github.com/hinoguma))
10+
11+
- 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))
12+
13+
14+
- 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))
15+
16+
- 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))
17+
18+
- Support message api span component in flex message \#236 [\#234](https://github.com/line/line-bot-sdk-go/pull/236) ([wei840222](https://github.com/wei840222))
19+
20+
- Messaging API - October 2020 update - Add API for get-bot-info \#233 [\#232](https://github.com/line/line-bot-sdk-go/pull/232) ([hinoguma](https://github.com/hinoguma))
21+
322
## [v7.6.0](https://github.com/line/line-bot-sdk-go/tree/v7.6.0) (2020-09-16)
423

524
[Full Changelog](https://github.com/line/line-bot-sdk-go/compare/v7.5.0...v7.6.0)

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.6.0"
19+
const version = "7.7.0"

0 commit comments

Comments
 (0)