Skip to content

Commit 22cd2d5

Browse files
authored
Merge pull request #270 from kkdai/v7.9.0
Update version to v7.9.0
2 parents ac2d95e + df5d785 commit 22cd2d5

File tree

2 files changed

+33
-2
lines changed

2 files changed

+33
-2
lines changed

CHANGELOG.md

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,37 @@
11
# Changelog
22

3-
## [v7.8.0](https://github.com/line/line-bot-sdk-go/tree/v7.8.0) (2020-11-27)
3+
## [v7.9.0](https://github.com/line/line-bot-sdk-go/tree/v7.9.0) (2021-03-31)
4+
5+
[Full Changelog](https://github.com/line/line-bot-sdk-go/compare/v7.7.0...v7.9.0)
6+
7+
**Merged pull requests:**
8+
9+
- Flex Message Update 2 - 1 [\#234](https://github.com/line/line-bot-sdk-go/pull/253) ([hinoguma](https://github.com/hinoguma))
10+
11+
- chore: reformat the source code [\#254](https://github.com/line/line-bot-sdk-go/pull/254)([appleboy](https://github.com/appleboy))
12+
13+
- support multiple type to hero [\#256](https://github.com/line/line-bot-sdk-go/pull/256)([ryota-sakamoto](https://github.com/ryota-sakamoto))
14+
15+
- Partner API: Add get-follower-ids-api [\#255](https://github.com/line/line-bot-sdk-go/pull/257)([hinoguma](https://github.com/hinoguma))
16+
17+
- support postback type fields in richmenu action. [\#259](https://github.com/line/line-bot-sdk-go/pull/259)([EthanChouTW](https://github.com/EthanChouTW))
18+
19+
- Add generic request method. [\#258](https://github.com/line/line-bot-sdk-go/pull/260)([tokuhirom](https://github.com/tokuhirom))
20+
21+
- Drop golang 1.10 support. [\#263](https://github.com/line/line-bot-sdk-go/pull/263)([tokuhirom](https://github.com/tokuhirom))
22+
23+
- Enable go mod. [\#264](https://github.com/line/line-bot-sdk-go/pull/264)([tokuhirom](https://github.com/tokuhirom))
24+
25+
- Drop appengine example in the repo. [\#266](https://github.com/line/line-bot-sdk-go/pull/266)([tokuhirom](https://github.com/tokuhirom))
26+
27+
- Messaging API 2021 March: Add URI action support to quick reply. [\#267](https://github.com/line/line-bot-sdk-go/pull/267)([clsung](https://github.com/clsung))
28+
29+
30+
- Drop travis-ci. [\#268](https://github.com/line/line-bot-sdk-go/pull/268)([tokuhirom](https://github.com/tokuhirom))
31+
32+
- Support Flex Message Update 2-3: add background props to BoxComponent. [\#234](https://github.com/line/line-bot-sdk-go/pull/269)([hinoguma](https://github.com/hinoguma))
33+
34+
## [v7.8.0](https://github.com/line/line-bot-sdk-go/tree/v7.8.0) (2021-02-17)
435

536
[Full Changelog](https://github.com/line/line-bot-sdk-go/compare/v7.7.0...v7.8.0)
637

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.8.0"
19+
const version = "7.9.0"

0 commit comments

Comments
 (0)