From dc933933fa3fbf0f4bc9dd0a51e41f2b8dc96c84 Mon Sep 17 00:00:00 2001 From: Adrien Ball Date: Fri, 26 Apr 2019 17:02:04 +0200 Subject: [PATCH] Update Changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92fa6130e..a6d2bbd07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Changelog All notable changes to this project will be documented in this file. -## [Unreleased] +## [0.19.6] ### Fixed - Raise an error when using unknown intents in intents filter [#788](https://github.com/snipsco/snips-nlu/pull/788) - Fix issue with stop words in `DeterministicIntentParser` [#789](https://github.com/snipsco/snips-nlu/pull/789) @@ -269,6 +269,7 @@ several commands. - Fix compiling issue with `bindgen` dependency when installing from source - Fix issue in `CRFSlotFiller` when handling builtin entities +[0.19.6]: https://github.com/snipsco/snips-nlu/compare/0.19.5...0.19.6 [0.19.5]: https://github.com/snipsco/snips-nlu/compare/0.19.4...0.19.5 [0.19.4]: https://github.com/snipsco/snips-nlu/compare/0.19.3...0.19.4 [0.19.3]: https://github.com/snipsco/snips-nlu/compare/0.19.2...0.19.3