diff --git a/CHANGELOG.md b/CHANGELOG.md index b3dfb4e..a8ac562 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,8 @@ Previous classification is not required if changes are simple or all belong to t - Added `Description` property in `VersionSwaggerGenOptions`. - New text prompt function for extract KeyPhrases with specified locale, `KeyPhrasesLocaled`. - 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`. ## [8.1.2] diff --git a/Directory.Build.props b/Directory.Build.props index 4dbc238..bff6d70 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -17,7 +17,7 @@ 8.1.3 - preview-02 + preview-03