Skip to content

Commit 089118a

Browse files
authored
Merge pull request #289 from kkdai/7.10.0
Update version to v7.10.1
2 parents 73ee685 + 7edce26 commit 089118a

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

3+
## [v7.10.1](https://github.com/line/line-bot-sdk-go/tree/v7.10.1) (2021-09-14)
4+
5+
[Full Changelog](https://github.com/line/line-bot-sdk-go/compare/v7.10.0...v7.10.1)
6+
7+
**Merged pull requests:**
8+
9+
- Update README.md's build badge to GitHub Actions. [\#287](https://github.com/line/line-bot-sdk-go/pull/287)([Zhiyuan Lin](https://github.com/zhiyuan-lin))
10+
11+
- Fix #285 Support rich menu switch action [\#285](https://github.com/line/line-bot-sdk-go/pull/286)([goka](https://github.com/gotokatsuya))
12+
313
## [v7.10.0](https://github.com/line/line-bot-sdk-go/tree/v7.10.0) (2021-06-30)
414

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

0 commit comments

Comments
 (0)