Skip to content

Commit 25af8f9

Browse files
authored
Upgrade version from 5.1.0 to 5.1.1 for release (#372)
* Upgrade version from 5.1.0 to 5.1.1 for release * Upgrade version from 5.1.0 to 5.1.1 for release
1 parent 374d6fb commit 25af8f9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ 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+
## [5.1.1] - 2024-07-25
8+
### Fixed
9+
- Fix population of application and client version for tracing
10+
711
## [5.1.0] - 2024-06-25
812
### Added
913
- Azure CLI authentication

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>5.1.0</revision> <!-- CHANGE THIS to adjust project version-->
35+
<revision>5.1.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.24</azure-bom-version>

0 commit comments

Comments
 (0)