Skip to content

Commit

Permalink
Merge pull request #339 from kkdai/7.19.0
Browse files Browse the repository at this point in the history
Update version to 7.19.0
  • Loading branch information
kkdai authored Feb 3, 2023
2 parents 512ce70 + c04e9fa commit 8d55446
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [v7.19.0](https://github.com/line/line-bot-sdk-go/tree/v7.19.0) (2023-02-02)

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

**Merged pull requests:**

- feat(method): verify access token method . [\#338](https://github.com/line/line-bot-sdk-go/pull/338)([blackhun11](https://github.com/blackhun11))

- Add liffApp properties. [\#336](https://github.com/line/line-bot-sdk-go/pull/336)([clsung](https://github.com/clsung))

- Make the X-Line-Signature header case-insensitive when handling in server side. [\#331](https://github.com/line/line-bot-sdk-go/pull/331)([cappyzawa](https://github.com/cappyzawa))

- go mod tidy. [\#330](https://github.com/line/line-bot-sdk-go/pull/330)([cappyzawa](https://github.com/cappyzawa))

## [v7.18.0](https://github.com/line/line-bot-sdk-go/tree/v7.18.0) (2022-11-10)

[Full Changelog](https://github.com/line/line-bot-sdk-go/compare/v7.17.0...v7.18.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.18.0"
const version = "7.19.0"

0 comments on commit 8d55446

Please sign in to comment.