diff --git a/CHANGELOG.md b/CHANGELOG.md index a8ac562..0e44532 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ Previous classification is not required if changes are simple or all belong to t - Added an example of using `KeyPhrasesLocaled` in `Encamina.Enmarcha.Samples.SemanticKernel.Text`. - New text prompt function for translate texts, `Translate`. - Added an example of using `Translate` in `Encamina.Enmarcha.Samples.SemanticKernel.Text`. +- Bug fix: Temporary workaround for handling Http NotFound exception in `MemoryStoreExtender`. [(#72)](https://github.com/Encamina/enmarcha/issues/72) ## [8.1.2] diff --git a/Directory.Build.props b/Directory.Build.props index bff6d70..da05f4b 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -17,7 +17,7 @@ 8.1.3 - preview-03 + preview-04