Skip to content

Commit 8d55446

Browse files
authored
Merge pull request #339 from kkdai/7.19.0
Update version to 7.19.0
2 parents 512ce70 + c04e9fa commit 8d55446

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

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

3+
## [v7.19.0](https://github.com/line/line-bot-sdk-go/tree/v7.19.0) (2023-02-02)
4+
5+
[Full Changelog](https://github.com/line/line-bot-sdk-go/compare/v7.18.0...v7.19.0)
6+
7+
**Merged pull requests:**
8+
9+
- feat(method): verify access token method . [\#338](https://github.com/line/line-bot-sdk-go/pull/338)([blackhun11](https://github.com/blackhun11))
10+
11+
- Add liffApp properties. [\#336](https://github.com/line/line-bot-sdk-go/pull/336)([clsung](https://github.com/clsung))
12+
13+
- 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))
14+
15+
- go mod tidy. [\#330](https://github.com/line/line-bot-sdk-go/pull/330)([cappyzawa](https://github.com/cappyzawa))
16+
317
## [v7.18.0](https://github.com/line/line-bot-sdk-go/tree/v7.18.0) (2022-11-10)
418

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

0 commit comments

Comments
 (0)