Skip to content

Commit 40ea0bd

Browse files
authored
Merge pull request #344 from kkdai/7.20.0
Update version to 7.20.0
2 parents 32bbba1 + 009391e commit 40ea0bd

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.20.0](https://github.com/line/line-bot-sdk-go/tree/v7.20.0) (2023-03-22)
4+
5+
[Full Changelog](https://github.com/line/line-bot-sdk-go/compare/v7.19.0...v7.20.0)
6+
7+
**Merged pull requests:**
8+
9+
- Update actions/setup-go action to v4. [\#342](https://github.com/line/line-bot-sdk-go/pull/342)
10+
11+
- Includes @All in the mention property of the webhooks. [\#343](https://github.com/line/line-bot-sdk-go/pull/343)([Cheng-Lung Sung](https://github.com/clsung))
12+
313
## [v7.19.0](https://github.com/line/line-bot-sdk-go/tree/v7.19.0) (2023-02-02)
414

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

0 commit comments

Comments
 (0)