From b6ac9a0ab7ef17d0359a0750c0f962981714695b Mon Sep 17 00:00:00 2001 From: AsafMah Date: Mon, 31 Jul 2023 12:16:39 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 313433c9..72dbd666 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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.1] +## [5.0.1] 2023-07-31 ### Added * Automatic retries for queued ingestion * `executeQuery`, `executeMgmt` to call with a specific type. @@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Public client credentials (user prompt,device auth) are synchronized - so that users are prompt once * Msal version was old after some change and collide with azure-identity msal dependency -## [5.0.0] +## [5.0.0] 2023-06-27 ### Fixed * Move back to Java 8 * Update BOM version and msal