Skip to content

Commit e9adbe9

Browse files
authored
Merge pull request #299 from kkdai/7.12
Update version to v7.12.0
2 parents c1241cb + 8717271 commit e9adbe9

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

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

3+
## [v7.12.0](https://github.com/line/line-bot-sdk-go/tree/v7.12.0) (2022-01-25)
4+
5+
[Full Changelog](https://github.com/line/line-bot-sdk-go/compare/v7.11.0...v7.12.0)
6+
7+
**Merged pull requests:**
8+
9+
- Add border width for box component [\#294](https://github.com/line/line-bot-sdk-go/pull/294)([peam](https://github.com/peamcc))
10+
11+
- Use t.Fatal instead of t.Error on checking nil response. [\#296] [\#296](https://github.com/line/line-bot-sdk-go/pull/296)([Thanabodee Charoenpiriyakij](https://github.com/wingyplus))
12+
13+
- Update CI to support up to Go v1.17. [\#297] [\#297](https://github.com/line/line-bot-sdk-go/pull/297)([Thanabodee Charoenpiriyakij](https://github.com/wingyplus))
14+
15+
- Messaging API Update - November 2021 - Support text enter sticker msg. [\#295] [\#298](https://github.com/line/line-bot-sdk-go/pull/298)([Evan Lin](https://github.com/kkdai))
16+
317
## [v7.11.0](https://github.com/line/line-bot-sdk-go/tree/v7.11.0) (2021-10-14)
418

519
[Full Changelog](https://github.com/line/line-bot-sdk-go/compare/v7.10.1...v7.11.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.11.0"
19+
const version = "7.12.0"

0 commit comments

Comments
 (0)