Skip to content

Commit

Permalink
Merge pull request #289 from kkdai/7.10.0
Browse files Browse the repository at this point in the history
Update version to v7.10.1
  • Loading branch information
kkdai authored Sep 14, 2021
2 parents 73ee685 + 7edce26 commit 089118a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [v7.10.1](https://github.com/line/line-bot-sdk-go/tree/v7.10.1) (2021-09-14)

[Full Changelog](https://github.com/line/line-bot-sdk-go/compare/v7.10.0...v7.10.1)

**Merged pull requests:**

- 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))

- Fix #285 Support rich menu switch action [\#285](https://github.com/line/line-bot-sdk-go/pull/286)([goka](https://github.com/gotokatsuya))

## [v7.10.0](https://github.com/line/line-bot-sdk-go/tree/v7.10.0) (2021-06-30)

[Full Changelog](https://github.com/line/line-bot-sdk-go/compare/v7.9.1...v7.10.0)
Expand Down
2 changes: 1 addition & 1 deletion linebot/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@

package linebot

const version = "7.10.0"
const version = "7.10.1"

0 comments on commit 089118a

Please sign in to comment.