Skip to content

Commit

Permalink
Merge pull request #283 from kkdai/7.10.0
Browse files Browse the repository at this point in the history
Update version to v7.10.0
  • Loading branch information
kkdai authored Jun 30, 2021
2 parents 5939d31 + 32b8465 commit 81a4a47
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

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

**Merged pull requests:**

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

- Fix wrong constant type & other fixes. [\#278](https://github.com/line/line-bot-sdk-go/pull/278)([54m](https://github.com/54m))

- use boolean for Active in WebhookInfoResponse. [\#276](https://github.com/line/line-bot-sdk-go/pull/277)([Hiro Ogawa](https://github.com/hiro-ogawa))

## [v7.9.1](https://github.com/line/line-bot-sdk-go/tree/v7.9.1) (2021-04-08)

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

0 comments on commit 81a4a47

Please sign in to comment.