Skip to content

Commit fbd11c1

Browse files
authored
Merge pull request #315 from kkdai/7.16
Update version to 7.16.0
2 parents f5a97c8 + 6380f98 commit fbd11c1

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
## [v7.16.0](https://github.com/line/line-bot-sdk-go/tree/v7.16.0) (2022-05-18)
4+
5+
[Full Changelog](https://github.com/line/line-bot-sdk-go/compare/v7.15.0...v7.16.0)
6+
7+
**Merged pull requests:**
8+
9+
- Add two parameters to PostbackAction. [\#314](https://github.com/line/line-bot-sdk-go/pull/314)([ななといつ](https://github.com/nanato12))
10+
311
## [v7.15.0](https://github.com/line/line-bot-sdk-go/tree/v7.15.0) (2022-04-29)
412

513
[Full Changelog](https://github.com/line/line-bot-sdk-go/compare/v7.14.0...v7.15.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.15.0"
19+
const version = "7.16.0"

0 commit comments

Comments
 (0)