From a5f36553c12889c761e9668033167e05a894a886 Mon Sep 17 00:00:00 2001 From: Neel Parihar <87318395+Neelterminusdb@users.noreply.github.com> Date: Thu, 13 Jan 2022 16:58:33 +0530 Subject: [PATCH] Update RELEASE_NOTES.md --- RELEASE_NOTES.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 39224db9..e25f116c 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,15 @@ +# TerminusDB Client v10.0.3 + +## Fixes 🛠 + +* Fixed optimizeBranch() ([#92](/../../issues/92)) +* Fixed encoding URL in client +* Added custom User-Agent header +* Fixed https package not found ([#97](/../../issues/97)) by adding browser setting in package.json +* Fixed replaceAll is not a function error ([#95](/../../issues/95)) + +--- + # TerminusDB Client v10.0.2 ## new 🚀