Skip to content

Commit

Permalink
scope
Browse files Browse the repository at this point in the history
  • Loading branch information
AsafMah committed Jun 25, 2024
1 parent f54178f commit 3773431
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ 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).

## [Unreleased]
## [5.1.0] - 2024-06-25
### Added
- Azure CLI authentication
- Enhanced the robustness of the ingestion client
### Fixed
- Solved dependency issues

## [5.0.5] - 2024-03-06
### Fixed
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</developers>

<properties>
<revision>5.0.5</revision> <!-- CHANGE THIS to adjust project version-->
<revision>5.1.0</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>
Expand Down

0 comments on commit 3773431

Please sign in to comment.