Skip to content

Commit 9047ed5

Browse files
authored
Merge pull request #275 from kkdai/v791
Update version to v7.9.1
2 parents 33b4804 + dc75eb8 commit 9047ed5

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

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

3+
## [v7.9.1](https://github.com/line/line-bot-sdk-go/tree/v7.9.1) (2021-04-08)
4+
5+
[Full Changelog](https://github.com/line/line-bot-sdk-go/compare/v7.9.0...v7.9.1)
6+
7+
**Merged pull requests:**
8+
9+
- upgrade major version to v7 for meets the specification of go module [\#273](https://github.com/line/line-bot-sdk-go/pull/273) ([stewart](https://github.com/wys1203))
10+
311
## [v7.9.0](https://github.com/line/line-bot-sdk-go/tree/v7.9.0) (2021-03-31)
412

5-
[Full Changelog](https://github.com/line/line-bot-sdk-go/compare/v7.7.0...v7.9.0)
13+
[Full Changelog](https://github.com/line/line-bot-sdk-go/compare/v7.8.0...v7.9.0)
614

715
**Merged pull requests:**
816

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.0"
19+
const version = "7.9.1"

0 commit comments

Comments
 (0)