From a76bbcb1c3188c5a3fac041aaef6ff142a4bed93 Mon Sep 17 00:00:00 2001 From: joshua Date: Fri, 11 Aug 2023 10:15:42 +0100 Subject: [PATCH] Update release notes --- RELEASE_NOTES_LATEST.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/RELEASE_NOTES_LATEST.md b/RELEASE_NOTES_LATEST.md index c2f8bc42..6ef94e67 100644 --- a/RELEASE_NOTES_LATEST.md +++ b/RELEASE_NOTES_LATEST.md @@ -14,15 +14,14 @@ pip install typedb-client=={version} ## Bugs Fixed -- **Make datetime attribute inserts and matches time-zone invariant** +- **Safer cluster channel initialisation & better handling of invalid token errors** + When using CA in the authorisation flow, we fix a bug where the client tries to access client state that may not exist yet. - Enables and fixes the BDD tests to check timezone-invariance of inserting and reading datetime attributes. - - Fixes #298 ## Code Refactors ## Other Improvements +- **Update VERSION to 2.18.2** - \ No newline at end of file +- **Bump TypeDB artifacts to 2.19.0**