diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c4e854..ec1a397 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/core/consts/const.go b/core/consts/const.go index f5d995e..94c6152 100644 --- a/core/consts/const.go +++ b/core/consts/const.go @@ -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中的信息 )