Skip to content

Commit

Permalink
bump version (#321)
Browse files Browse the repository at this point in the history
Co-authored-by: Ohad Bitton <ohbitton@microsoft.com>
  • Loading branch information
ohadbitt and ohbitton authored Aug 24, 2023
1 parent 3db98fc commit 2f0a5e1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.2] 2023-08-24
### Fixed
* close the http response

## [5.0.1] 2023-07-31
### Added
* Automatic retries for queued ingestion
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.1</revision> <!-- CHANGE THIS to adjust project version-->
<revision>5.0.2</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
2 changes: 1 addition & 1 deletion quickstart/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</developers>

<properties>
<revision>5.0.1</revision> <!-- CHANGE THIS to match project version in the root (not technically parent) pom -->
<revision>5.0.2</revision> <!-- CHANGE THIS to match project version in the root (not technically parent) pom -->
<java.version>1.8</java.version>
<maven-jar-plugin.version>3.2.0</maven-jar-plugin.version>
<maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
Expand Down

0 comments on commit 2f0a5e1

Please sign in to comment.