Skip to content

Commit 6f26e71

Browse files
committed
Bump to 7.0.2
1 parent 1bd1988 commit 6f26e71

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased]
7+
## [7.0.2] - 2025-07-24
88

99
### Fixed
1010
- Response decoding where multibyte UTF-8 characters were incorrectly decoded when processing large or chunked HTTP

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
</developers>
3333

3434
<properties>
35-
<revision>7.0.1</revision> <!-- CHANGE THIS to adjust project version-->
35+
<revision>7.0.2</revision> <!-- CHANGE THIS to adjust project version-->
3636
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3737
<java.version>1.8</java.version>
3838
<azure-bom-version>1.2.28</azure-bom-version>

quickstart/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
</developers>
3434

3535
<properties>
36-
<revision>7.0.1</revision> <!-- CHANGE THIS to match project version in the root (not technically parent) pom -->
36+
<revision>7.0.2</revision> <!-- CHANGE THIS to match project version in the root (not technically parent) pom -->
3737
<java.version>1.8</java.version>
3838
<maven-jar-plugin.version>3.2.0</maven-jar-plugin.version>
3939
<maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>

0 commit comments

Comments
 (0)