Skip to content

Commit cc49de5

Browse files
authored
Merge pull request #221 from kkdai/7.5
Update version to v7.5.0.
2 parents 09f6a76 + 4feac98 commit cc49de5

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.5.0](https://github.com/line/line-bot-sdk-go/tree/v7.5.0) (2020-07-13)
4+
5+
[Full Changelog](https://github.com/line/line-bot-sdk-go/compare/v7.4.0...v7.5.0)
6+
7+
**Merged pull requests:**
8+
9+
- Update BoxComponent Properties [\#210](https://github.com/line/line-bot-sdk-go/pull/210) ([zesani](https://github.com/zesani))
10+
11+
- Fix test error by remove "omit empty" on index. \#209 [\#200](https://github.com/line/line-bot-sdk-go/pull/209) ([kkdai](https://github.com/kkdai))
12+
13+
- Messaging API - May 2020 update: webhook has emoji now. \#207 [\#208](https://github.com/line/line-bot-sdk-go/pull/208) ([clsung](https://github.com/clsung))
14+
15+
- Messaging API - June 2020 update. \#212 [\#213](https://github.com/line/line-bot-sdk-go/pull/213) ([clsung](https://github.com/clsung))
16+
317
## [v7.4.0](https://github.com/line/line-bot-sdk-go/tree/v7.4.0) (2020-05-11)
418

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

0 commit comments

Comments
 (0)