We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05307dd commit 6dbd7ceCopy full SHA for 6dbd7ce
2 files changed
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## [0.2.21] - 2025-07-04
4
+
5
+### Changed
6
7
++ Fixes [#240](https://github.com/wechatpay-apiv3/wechatpay-go/issues/240)
8
9
## [0.2.20] - 2024-08-20
10
11
### Added
core/consts/const.go
@@ -13,7 +13,7 @@ const (
13
14
// SDK 相关信息
15
const (
16
- Version = "0.2.20" // SDK 版本
+ Version = "0.2.21" // SDK 版本
17
UserAgentFormat = "WechatPay-Go/%s (%s) GO/%s" // UserAgent中的信息
18
)
19
0 commit comments