diff --git a/CHANGELOG.md b/CHANGELOG.md index d6a4e40..3181cd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## [Version 0.1.1](https://github.com/dataiku/dss-plugin-nlp-analysis/releases/tag/v0.1.1) +- Fix sudachipy version not being compatible with python 3.6 anymore + ## [Version 0.1.0](https://github.com/dataiku/dss-plugin-nlp-analysis/releases/tag/v0.1.0) - Initial release - 2021-06 - πŸ“Œ πŸ—‚β€‚Tag your documents using Ontology Tagging ... - πŸŒŽβ€‚πŸŒβ€‚πŸŒ   ... in 59 languages! diff --git a/plugin.json b/plugin.json index cb323e2..fd9fd48 100644 --- a/plugin.json +++ b/plugin.json @@ -1,6 +1,6 @@ { "id": "nlp-analysis", - "version": "0.1.0", + "version": "0.1.1", "meta": { "label": "Text Analysis", "category": "Natural Language Processing",