Skip to content

Commit

Permalink
Update version from 5.0.4 to 5.0.5 (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
yihezkel authored Mar 6, 2024
1 parent afdac27 commit 03e3767
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [5.0.5] - 2024-03-06
### Fixed
- Fixed bugs in how ClientRequestProperties' servertimeout is set/get, and aligned the 3 different ways to set/get this option
- Replaced deprecated OpenTelemetry dependency
- Fixed ConcurrentModificationException bug in ranked storage account buckets

## [5.0.4] - 2024-01-23
### Fixed
- Getting ingestion resources could fail with containers list being empty.
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.4</revision> <!-- CHANGE THIS to adjust project version-->
<revision>5.0.5</revision> <!-- CHANGE THIS to adjust project version-->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.8</java.version>
<!-- Use 1.0.6 for fasterxml v 2.12.x (good for databricks runtime 2.10.x) -->
Expand Down

0 comments on commit 03e3767

Please sign in to comment.