Skip to content

Commit

Permalink
VERSION-7 Release 7.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Yang-33 committed Sep 22, 2023
1 parent 54ac9ca commit eb550ba
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog


## [v7.21.0](https://github.com/line/line-bot-sdk-go/tree/v7.21.0) (2023-09-22)

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

**Merged pull requests:**

- Add unmarshal json for template by @yoshinobc in https://github.com/line/line-bot-sdk-go/pull/346
- update gihub action go matrix from 1.19 to 1.20.6 by @kkdai in https://github.com/line/line-bot-sdk-go/pull/351
- chore: remove refs to deprecated io/ioutil by @testwill in https://github.com/line/line-bot-sdk-go/pull/350
- Fixed a small typo README.md by @IvanReyesO7 in https://github.com/line/line-bot-sdk-go/pull/353
- chore(deps): update actions/checkout action to v4 by @renovate in https://github.com/line/line-bot-sdk-go/pull/354
- fix: Use POST method for Test Webhook endpoiont by @unnoy in https://github.com/line/line-bot-sdk-go/pull/356
- Add InputOption for RichMenuAction by @s-aska in https://github.com/line/line-bot-sdk-go/pull/358


## [v7.20.0](https://github.com/line/line-bot-sdk-go/tree/v7.20.0) (2023-03-22)

[Full Changelog](https://github.com/line/line-bot-sdk-go/compare/v7.19.0...v7.20.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.20.0"
const version = "7.21.0"

0 comments on commit eb550ba

Please sign in to comment.