Skip to content

Commit c173a44

Browse files
authored
Merge pull request #325 from kkdai/7.17
Update version to 7.17.0
2 parents c6ec9dd + 60fa1f8 commit c173a44

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+
## [v7.17.0](https://github.com/line/line-bot-sdk-go/tree/v7.17.0) (2022-09-06)
4+
5+
[Full Changelog](https://github.com/line/line-bot-sdk-go/compare/v7.16.0...v7.17.0)
6+
7+
**Merged pull requests:**
8+
9+
- chore(deps): update actions/setup-go action to v3. [\#324](https://github.com/line/line-bot-sdk-go/pull/324)([Renovate](https://github.com/apps/renovate))
10+
11+
- chore(deps): update actions/checkout action to v3. [\#322](https://github.com/line/line-bot-sdk-go/pull/322)([Renovate](https://github.com/apps/renovate))
12+
13+
- chore(deps): update module go to 1.19. [\#321](https://github.com/line/line-bot-sdk-go/pull/321)([Renovate](https://github.com/apps/renovate))
14+
15+
- Add configure for Renovate. [\#320](https://github.com/line/line-bot-sdk-go/pull/320)([Renovate](https://github.com/apps/renovate))
16+
17+
- Add support for the endpoint for validating rich menu object. [\#319](https://github.com/line/line-bot-sdk-go/pull/319)([asamuzak](https://github.com/asamuzak09))
18+
319
## [v7.16.0](https://github.com/line/line-bot-sdk-go/tree/v7.16.0) (2022-05-18)
420

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

0 commit comments

Comments
 (0)