Skip to content

Commit 6dbd7ce

Browse files
authored
chore: bump version to 0.2.21 (#262)
1 parent 05307dd commit 6dbd7ce

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [0.2.21] - 2025-07-04
4+
5+
### Changed
6+
7+
+ Fixes [#240](https://github.com/wechatpay-apiv3/wechatpay-go/issues/240)
8+
39
## [0.2.20] - 2024-08-20
410

511
### 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.20" // SDK 版本
16+
Version = "0.2.21" // SDK 版本
1717
UserAgentFormat = "WechatPay-Go/%s (%s) GO/%s" // UserAgent中的信息
1818
)
1919

0 commit comments

Comments
 (0)