Skip to content

Commit

Permalink
chore: bump version to 0.2.20
Browse files Browse the repository at this point in the history
  • Loading branch information
xy-peng committed Aug 20, 2024
1 parent cd4d263 commit 24c32a1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
go-version: "1.19"
- name: staticcheck
run: |
go install honnef.co/go/tools/cmd/staticcheck@latest &&
go install honnef.co/go/tools/cmd/staticcheck@v0.4.7 &&
$HOME/go/bin/staticcheck ./...
- name: Revive Action
uses: morphy2k/[email protected]
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.20] - 2024-08-20

### Added

+ 支持使用微信支付公钥验证微信支付签名
+ 支持商家转账到零钱的 `notify_url`

## [0.2.18] - 2023-10-11

### Changed
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.18" // SDK 版本
Version = "0.2.20" // SDK 版本
UserAgentFormat = "WechatPay-Go/%s (%s) GO/%s" // UserAgent中的信息
)

Expand Down

0 comments on commit 24c32a1

Please sign in to comment.