Skip to content

Commit 81a4a47

Browse files
authored
Merge pull request #283 from kkdai/7.10.0
Update version to v7.10.0
2 parents 5939d31 + 32b8465 commit 81a4a47

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

3+
## [v7.10.0](https://github.com/line/line-bot-sdk-go/tree/v7.10.0) (2021-06-30)
4+
5+
[Full Changelog](https://github.com/line/line-bot-sdk-go/compare/v7.9.1...v7.10.0)
6+
7+
**Merged pull requests:**
8+
9+
- Messaging API 2021 June: Add rich menu alias function call. [\#267](https://github.com/line/line-bot-sdk-go/pull/267)([clsung](https://github.com/clsung))
10+
11+
- Fix wrong constant type & other fixes. [\#278](https://github.com/line/line-bot-sdk-go/pull/278)([54m](https://github.com/54m))
12+
13+
- use boolean for Active in WebhookInfoResponse. [\#276](https://github.com/line/line-bot-sdk-go/pull/277)([Hiro Ogawa](https://github.com/hiro-ogawa))
14+
315
## [v7.9.1](https://github.com/line/line-bot-sdk-go/tree/v7.9.1) (2021-04-08)
416

517
[Full Changelog](https://github.com/line/line-bot-sdk-go/compare/v7.9.0...v7.9.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.9.1"
19+
const version = "7.10.0"

0 commit comments

Comments
 (0)