diff --git a/README.md b/README.md
index 551a8c5..41a1dbd 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@
cn.felord
payment-spring-boot-starter
- 1.0.4.RELEASE
+ 1.0.5.RELEASE
```
diff --git a/docs/README.md b/docs/README.md
index 536c2d4..88d5236 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -34,7 +34,7 @@
cn.felord
payment-spring-boot-starter
- 1.0.4.RELEASE
+ 1.0.5.RELEASE
```
## 采用技术
diff --git a/docs/changelog.md b/docs/changelog.md
index e57d7c0..b21fac2 100644
--- a/docs/changelog.md
+++ b/docs/changelog.md
@@ -1,3 +1,13 @@
+## 1.0.5.RELEASE
+- 微信支付
+ - feat:增加V2 退款接口
+ - feat:增加V2 企业付款到零钱接口
+ - feat:增加V2 红包接口
+ - refactor:优化了一些底层功能
+ - refactor:整了支付配置Spring注入的顺序
+ - refactor:JCE由SPI提供,不再使用JDK内置
+ - fix: 关单接口调用异常[(#4)](https://github.com/NotFound403/payment-spring-boot/issues/4)
+
## 1.0.4.RELEASE
- 微信支付
- feat: 增加微信支付商家券相关接口`WechatMarketingBusiFavorApi`,商家券请阅读相关产品文档。
diff --git a/docs/quick_start.md b/docs/quick_start.md
index 7fbd577..46b7816 100644
--- a/docs/quick_start.md
+++ b/docs/quick_start.md
@@ -4,7 +4,7 @@
cn.felord
payment-spring-boot-starter
- 1.0.4.RELEASE
+ 1.0.5.RELEASE
```
> 基于 **Spring Boot 2.x**
@@ -50,7 +50,7 @@ wechat:
:
# 应用appId 必填
app-id: xxxxxxxx
-# api 密钥 可不填
+# v2 api 密钥 1.0.5版本以后如果用到V2的接口时必填
app-secret: xxxxxxxxxxx
# api v3 密钥 必填
app-v3-secret: xxxxxxxx
diff --git a/payment-spring-boot-autoconfigure/pom.xml b/payment-spring-boot-autoconfigure/pom.xml
index 3099bbf..55bf50f 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.5.SNAPSHOT
+ 1.0.5.RELEASE
payment-spring-boot-autoconfigure
- 1.0.5.SNAPSHOT
+ 1.0.5.RELEASE
jar
4.0.0
diff --git a/payment-spring-boot-autoconfigure/src/main/java/cn/felord/payment/wechat/v2/WechatPayRefundApi.java b/payment-spring-boot-autoconfigure/src/main/java/cn/felord/payment/wechat/v2/WechatPayRefundApi.java
index a90a098..c376a72 100644
--- a/payment-spring-boot-autoconfigure/src/main/java/cn/felord/payment/wechat/v2/WechatPayRefundApi.java
+++ b/payment-spring-boot-autoconfigure/src/main/java/cn/felord/payment/wechat/v2/WechatPayRefundApi.java
@@ -23,10 +23,10 @@ import com.fasterxml.jackson.databind.JsonNode;
import org.springframework.http.HttpMethod;
/**
- * The type Wechat pay refund api.
+ * 退款相关API.
*
* @author felord.cn
- * @since 1.0.4.RELEASE
+ * @since 1.0.5.RELEASE
*/
public class WechatPayRefundApi {
private final WechatV2Client wechatV2Client;
diff --git a/payment-spring-boot-starter/pom.xml b/payment-spring-boot-starter/pom.xml
index 59d2cc1..5cefbb4 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.5.SNAPSHOT
+ 1.0.5.RELEASE
payment-spring-boot-starter
- 1.0.5.SNAPSHOT
+ 1.0.5.RELEASE
jar
4.0.0
diff --git a/pom.xml b/pom.xml
index 282b7c4..fcda33b 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.5.SNAPSHOT
+ 1.0.5.RELEASE
pom
4.0.0
@@ -30,7 +30,7 @@
- payment-spring-boot-1.0.4.RELEASE
+ payment-spring-boot-1.0.5.RELEASE
https://github.com/NotFound403/payment-spring-boot
scm:git:https://github.com/NotFound403/payment-spring-boot.git
scm:git:https://github.com/NotFound403/payment-spring-boot.git