diff --git a/CHANGELOG.md b/CHANGELOG.md index 5325a4b0..f36036dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,11 @@ # Changelog All notable changes to this project will be documented in this file. -## [Unreleased] +## [0.20.2] - 2020-01-15 ### Added - Add intents filter parameter in parsing CLI [#858](https://github.com/snipsco/snips-nlu/pull/858) - Add documentation about intents filters [#858](https://github.com/snipsco/snips-nlu/pull/858) +- Update dependencies for better python3.8 support [#867](https://github.com/snipsco/snips-nlu/pull/867) ## [0.20.1] - 2019-09-04 ### Added diff --git a/snips_nlu/__about__.py b/snips_nlu/__about__.py index f73af773..29ad106e 100644 --- a/snips_nlu/__about__.py +++ b/snips_nlu/__about__.py @@ -13,7 +13,7 @@ __email__ = "clement.doumouro@snips.ai, adrien.ball@snips.ai" __license__ = "Apache License, Version 2.0" -__version__ = "0.20.1" +__version__ = "0.20.2" __model_version__ = "0.20.0" __download_url__ = "https://github.com/snipsco/snips-nlu-language-resources/releases/download"