From 285356600a960d6736052b3ce933d1fa0cff8396 Mon Sep 17 00:00:00 2001 From: felord Date: Thu, 8 Apr 2021 10:21:50 +0800 Subject: [PATCH] docs: Update changelog --- README.md | 2 +- docs/README.md | 2 +- docs/changelog.md | 15 +++++++++++++++ docs/quick_start.md | 2 +- payment-spring-boot-autoconfigure/pom.xml | 4 ++-- payment-spring-boot-starter/pom.xml | 4 ++-- pom.xml | 2 +- 7 files changed, 23 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index dd9fc9c..6212053 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ cn.felord payment-spring-boot-starter - 1.0.9.RELEASE + 1.0.10.RELEASE ``` diff --git a/docs/README.md b/docs/README.md index ad75c9b..302d83f 100644 --- a/docs/README.md +++ b/docs/README.md @@ -35,7 +35,7 @@ cn.felord payment-spring-boot-starter - 1.0.9.RELEASE + 1.0.10.RELEASE ``` ## 采用技术 diff --git a/docs/changelog.md b/docs/changelog.md index 913bb59..5bad11a 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,3 +1,18 @@ +## 1.0.10.RELEASE +- 微信支付 + - feat: 微信支付V2分账接口实现,感谢**zacone**同学贡献的PR + - factor: 优化证书加载方式 + - factor: 商家券修改API的请求方式变更为`Patch` + - fix: 修复微信支付V3中native支付通知回调`successTime`字段无时区信息的问题([#I3ED43](https://gitee.com/felord/payment-spring-boot/issues/I3ED43)) +- 支付宝 + - fix: 修复支付宝Maven打包无法读取证书的问题([#24](https://github.com/NotFound403/payment-spring-boot/issues/24)) + +## 1.0.9.RELEASE +- 微信支付 + - refactor: `WechatPartnerPayApi` 加入**Spring IOC** + - fix: 支付分支付成功回调反序列化异常 ([#21](https://github.com/NotFound403/payment-spring-boot/issues/21)) + - fix: 修复枚举空指针问题 ([#22](https://github.com/NotFound403/payment-spring-boot/issues/22)) + ## 1.0.8.RELEASE - 微信支付 diff --git a/docs/quick_start.md b/docs/quick_start.md index 3683091..c251fb0 100644 --- a/docs/quick_start.md +++ b/docs/quick_start.md @@ -4,7 +4,7 @@ cn.felord payment-spring-boot-starter - 1.0.9.RELEASE + 1.0.10.RELEASE ``` > 基于 **Spring Boot 2.x** diff --git a/payment-spring-boot-autoconfigure/pom.xml b/payment-spring-boot-autoconfigure/pom.xml index fd9ca57..da2fb9b 100644 --- a/payment-spring-boot-autoconfigure/pom.xml +++ b/payment-spring-boot-autoconfigure/pom.xml @@ -5,11 +5,11 @@ cn.felord payment-spring-boot - 1.0.9.RELEASE + 1.0.10.RELEASE payment-spring-boot-autoconfigure - 1.0.9.RELEASE + 1.0.10.RELEASE jar 4.0.0 diff --git a/payment-spring-boot-starter/pom.xml b/payment-spring-boot-starter/pom.xml index 2a817cd..dd4975d 100644 --- a/payment-spring-boot-starter/pom.xml +++ b/payment-spring-boot-starter/pom.xml @@ -5,11 +5,11 @@ cn.felord payment-spring-boot - 1.0.9.RELEASE + 1.0.10.RELEASE payment-spring-boot-starter - 1.0.9.RELEASE + 1.0.10.RELEASE jar 4.0.0 diff --git a/pom.xml b/pom.xml index 2fc0f08..5d1a7c8 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> cn.felord payment-spring-boot - 1.0.9.RELEASE + 1.0.10.RELEASE pom 4.0.0