Skip to content

Commit 54a399b

Browse files
authored
Merge pull request #359 from Yang-33/version-7-21
Release 7.21.0
2 parents 54ac9ca + 0bfbbe8 commit 54a399b

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

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

3+
4+
## [v7.21.0](https://github.com/line/line-bot-sdk-go/tree/v7.21.0) (2023-09-22)
5+
6+
[Full Changelog](https://github.com/line/line-bot-sdk-go/compare/v7.20.0...v7.21.0)
7+
8+
**Merged pull requests:**
9+
10+
- Add unmarshal json for template by @yoshinobc in https://github.com/line/line-bot-sdk-go/pull/346
11+
- 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
12+
- chore: remove refs to deprecated io/ioutil by @testwill in https://github.com/line/line-bot-sdk-go/pull/350
13+
- Fixed a small typo README.md by @IvanReyesO7 in https://github.com/line/line-bot-sdk-go/pull/353
14+
- chore(deps): update actions/checkout action to v4 by @renovate in https://github.com/line/line-bot-sdk-go/pull/354
15+
- fix: Use POST method for Test Webhook endpoiont by @unnoy in https://github.com/line/line-bot-sdk-go/pull/356
16+
- Add InputOption for RichMenuAction by @s-aska in https://github.com/line/line-bot-sdk-go/pull/358
17+
18+
319
## [v7.20.0](https://github.com/line/line-bot-sdk-go/tree/v7.20.0) (2023-03-22)
420

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

0 commit comments

Comments
 (0)