From b28698ad30903d48426fc704838d627f5c3721fe Mon Sep 17 00:00:00 2001 From: EmmetZC Date: Fri, 11 Apr 2025 20:18:59 +0800 Subject: [PATCH] bump version to 0.2.17 --- CHANGELOG.md | 7 +++++++ README.md | 6 +++--- gradle.properties | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0af95a9f..be873509 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # ChangeLog +## [0.2.17] - 2025-04-11 + +### Modified + ++ 修复 Apache Http Client 未能正确设置 Charset 为 UTF-8 的问题 ++ 修复 ApacheHttpResponse 未能正确关闭的问题 + ## [0.2.16] - 2025-02-10 ### Added diff --git a/README.md b/README.md index 71d8ea8c..632b3edf 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ [![JavaDoc](http://img.shields.io/badge/javadoc-reference-blue.svg)](https://www.javadoc.io/doc/com.github.wechatpay-apiv3/wechatpay-java/latest/index.html) -![Maven Central](https://img.shields.io/maven-central/v/com.github.wechatpay-apiv3/wechatpay-java?versionPrefix=0.2.16) +![Maven Central](https://img.shields.io/maven-central/v/com.github.wechatpay-apiv3/wechatpay-java?versionPrefix=0.2.17) [![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=wechatpay-apiv3_wechatpay-java&metric=security_rating)](https://sonarcloud.io/summary/overall?id=wechatpay-apiv3_wechatpay-java) [![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=wechatpay-apiv3_wechatpay-java&metric=sqale_rating)](https://sonarcloud.io/summary/overall?id=wechatpay-apiv3_wechatpay-java) [![Coverage](https://sonarcloud.io/api/project_badges/measure?project=wechatpay-apiv3_wechatpay-java&metric=coverage)](https://sonarcloud.io/summary/overall?id=wechatpay-apiv3_wechatpay-java) @@ -36,7 +36,7 @@ 在你的 build.gradle 文件中加入如下的依赖 ```groovy -implementation 'com.github.wechatpay-apiv3:wechatpay-java:0.2.16' +implementation 'com.github.wechatpay-apiv3:wechatpay-java:0.2.17' ``` #### Maven @@ -47,7 +47,7 @@ implementation 'com.github.wechatpay-apiv3:wechatpay-java:0.2.16' com.github.wechatpay-apiv3 wechatpay-java - 0.2.16 + 0.2.17 ``` diff --git a/gradle.properties b/gradle.properties index 7f508832..2cfa75b8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ projectPropGroup=com.github.wechatpay-apiv3 -projectPropVersion=0.2.16 +projectPropVersion=0.2.17 slf4jVersion=1.7.36 junitVersion=4.13.2