Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
  • Loading branch information
AsafMah committed Aug 27, 2023
1 parent 2991ba1 commit f887bce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
cp data/.flattened-pom.xml staging/kusto-data-$version.pom
cp ingest/.flattened-pom.xml staging/kusto-ingest-$version.pom
- name: Github Release
uses: anton-yurchenko/git-release@main
uses: anton-yurchenko/git-release@v5.0.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [5.0.1] 2023-07-31
### Added

* Automatic retries for queued ing estion
* Automatic retries for queued ingestion
* `executeQuery`, `executeMgmt` to call with a specific type.

### Fixed
Expand All @@ -21,7 +21,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* Msal version was old after some change and collide with azure-identity msal dependency

## [5.0.0] 2023-06-27

### Fixed
* Move back to Java 8
* Update BOM version and msal
Expand Down

0 comments on commit f887bce

Please sign in to comment.