Skip to content

Commit 1eb842c

Browse files
authored
bump version to v0.2.17 (#189)
1 parent 4963ce5 commit 1eb842c

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [0.2.17] - 2023-06-29
4+
5+
### Added
6+
7+
+ 增加点金计划 `goldplan`
8+
+ 增加微信支付分停车 `wexinpayscoreparking`
9+
+ 增加商家券 `merchantexclusivecoupon`
10+
+ 增加支付有礼 `giftactivity`
11+
+ 增加代金券 `cachcoupons`
12+
13+
### Changed
14+
15+
+ 更新商家转账 `transferbatch`
16+
317
## [0.2.15] - 2022-12-12
418

519
### Added

core/consts/const.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const (
1313

1414
// SDK 相关信息
1515
const (
16-
Version = "0.2.15" // SDK 版本
16+
Version = "0.2.17" // SDK 版本
1717
UserAgentFormat = "WechatPay-Go/%s (%s) GO/%s" // UserAgent中的信息
1818
)
1919

0 commit comments

Comments
 (0)