Skip to content

Commit

Permalink
Merge pull request #312 from kkdai/7.15
Browse files Browse the repository at this point in the history
Update version to 7.15.0
  • Loading branch information
kkdai authored Apr 29, 2022
2 parents 23b8e0c + 3435ed3 commit ea24cc9
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.15.0](https://github.com/line/line-bot-sdk-go/tree/v7.15.0) (2022-04-29)

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

**Merged pull requests:**

- add webhook redelivery. [\#311](https://github.com/line/line-bot-sdk-go/pull/311)([hinoguma](https://github.com/hinoguma))

## [v7.14.0](https://github.com/line/line-bot-sdk-go/tree/v7.14.0) (2022-03-18)

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

0 comments on commit ea24cc9

Please sign in to comment.