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
This commit is contained in:
Родитель
374d6fbe8c
Коммит
25af8f90a5
|
@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
|
|||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [5.1.1] - 2024-07-25
|
||||
### Fixed
|
||||
- Fix population of application and client version for tracing
|
||||
|
||||
## [5.1.0] - 2024-06-25
|
||||
### Added
|
||||
- Azure CLI authentication
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -32,7 +32,7 @@
|
|||
</developers>
|
||||
|
||||
<properties>
|
||||
<revision>5.1.0</revision> <!-- CHANGE THIS to adjust project version-->
|
||||
<revision>5.1.1</revision> <!-- CHANGE THIS to adjust project version-->
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<java.version>1.8</java.version>
|
||||
<azure-bom-version>1.2.24</azure-bom-version>
|
||||
|
|
Загрузка…
Ссылка в новой задаче