Skip to content

Commit 226fea2

Browse files
committed
6.0.1
1 parent ddbc981 commit 226fea2

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+
## [6.0.1]
88

99
### Added
1010
- The SDK now provides Reactor Core-based asynchronous APIs for all query, management, streaming query/ingestion (StreamingClient) endpoints,

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>6.0.0</revision> <!-- CHANGE THIS to adjust project version-->
35+
<revision>6.0.1</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.25</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>6.0.0</revision> <!-- CHANGE THIS to match project version in the root (not technically parent) pom -->
36+
<revision>6.0.1</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)