We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b07eec7 commit d20bbf7Copy full SHA for d20bbf7
2 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [0.2.18] - 2023-10-11
4
+
5
+### Changed
6
7
++ 更新小店 `retailstore`
8
++ 更新点金计划 `goldplan`
9
10
## [0.2.17] - 2023-06-29
11
12
### Added
core/consts/const.go
@@ -13,7 +13,7 @@ const (
13
14
// SDK 相关信息
15
const (
16
- Version = "0.2.17" // SDK 版本
+ Version = "0.2.18" // SDK 版本
17
UserAgentFormat = "WechatPay-Go/%s (%s) GO/%s" // UserAgent中的信息
18
)
19
0 commit comments