Skip to content

Commit 94e385a

Browse files
authored
Merge pull request #229 from kkdai/7.6.0
Update version to v7.6.0
2 parents 0ec9282 + 0d2be4e commit 94e385a

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

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

3+
## [v7.6.0](https://github.com/line/line-bot-sdk-go/tree/v7.6.0) (2020-09-16)
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+
- Messaging API - May 2020 update [\#207](https://github.com/line/line-bot-sdk-go/pull/228) ([kkdai](https://github.com/kkdai))
10+
11+
- Messaging API - September 2020 update. \#226 [\#227](https://github.com/line/line-bot-sdk-go/pull/227) ([kkdai](https://github.com/kkdai))
12+
13+
- Update to Channel access token v2.1 apis. \#214 [\#225](https://github.com/line/line-bot-sdk-go/pull/208) ([raahii](https://github.com/raahii))
14+
15+
- Messaging API - August 2020 update. \#222 [\#223](https://github.com/line/line-bot-sdk-go/pull/223) ([clsung](https://github.com/clsung))
16+
317
## [v7.5.0](https://github.com/line/line-bot-sdk-go/tree/v7.5.0) (2020-07-13)
418

519
[Full Changelog](https://github.com/line/line-bot-sdk-go/compare/v7.4.0...v7.5.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.5.0"
19+
const version = "7.6.0"

0 commit comments

Comments
 (0)