Skip to content

Commit

Permalink
Merge pull request #303 from kkdai/7.13
Browse files Browse the repository at this point in the history
Update version to v7.13.0
  • Loading branch information
kkdai authored Feb 24, 2022
2 parents 4806c73 + 5f99f30 commit 0b73843
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [v7.13.0](https://github.com/line/line-bot-sdk-go/tree/v7.13.0) (2022-02-24)

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

**Merged pull requests:**

- Support Audience Managing API . [\#194] [\#222](https://github.com/line/line-bot-sdk-go/pull/302)([Maxfocker](https://github.com/justdomepaul))

## [v7.12.1](https://github.com/line/line-bot-sdk-go/tree/v7.12.1) (2022-02-08)

[Full Changelog](https://github.com/line/line-bot-sdk-go/compare/v7.12.0...v7.12.1)
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.12.1"
const version = "7.13.0"

0 comments on commit 0b73843

Please sign in to comment.