Skip to content

Commit 0b73843

Browse files
authored
Merge pull request #303 from kkdai/7.13
Update version to v7.13.0
2 parents 4806c73 + 5f99f30 commit 0b73843

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.13.0](https://github.com/line/line-bot-sdk-go/tree/v7.13.0) (2022-02-24)
4+
5+
[Full Changelog](https://github.com/line/line-bot-sdk-go/compare/v7.12.1...v7.13.0)
6+
7+
**Merged pull requests:**
8+
9+
- Support Audience Managing API . [\#194] [\#222](https://github.com/line/line-bot-sdk-go/pull/302)([Maxfocker](https://github.com/justdomepaul))
10+
311
## [v7.12.1](https://github.com/line/line-bot-sdk-go/tree/v7.12.1) (2022-02-08)
412

513
[Full Changelog](https://github.com/line/line-bot-sdk-go/compare/v7.12.0...v7.12.1)

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.12.1"
19+
const version = "7.13.0"

0 commit comments

Comments
 (0)