Skip to content

Commit

Permalink
bump version to v0.2.17 (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmetZC authored Jun 29, 2023
1 parent 4963ce5 commit 1eb842c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.2.17] - 2023-06-29

### Added

+ 增加点金计划 `goldplan`
+ 增加微信支付分停车 `wexinpayscoreparking`
+ 增加商家券 `merchantexclusivecoupon`
+ 增加支付有礼 `giftactivity`
+ 增加代金券 `cachcoupons`

### Changed

+ 更新商家转账 `transferbatch`

## [0.2.15] - 2022-12-12

### Added
Expand Down
2 changes: 1 addition & 1 deletion core/consts/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const (

// SDK 相关信息
const (
Version = "0.2.15" // SDK 版本
Version = "0.2.17" // SDK 版本
UserAgentFormat = "WechatPay-Go/%s (%s) GO/%s" // UserAgent中的信息
)

Expand Down

0 comments on commit 1eb842c

Please sign in to comment.