diff --git a/CHANGELOG.md b/CHANGELOG.md index 629a3a10..89a6288a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,8 @@ # Changelog ## 0.8.11 -- [ ] feat: plugin to merge previously tracked datetime entities with currently extracted datetime entities. +- [x] feat: plugin to merge previously tracked datetime entities with currently extracted datetime entities. +- [x] feat: New entity type credit-card / debit-card supported via `PlasticCurrencyEntity`. ## 0.8.10 - [x] feat: Sklearn based MLP classifier added as a plugin with gridsearch. diff --git a/pyproject.toml b/pyproject.toml index 0aa7f8da..ebe3ae00 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dialogy" -version = "0.8.10" +version = "0.8.11" description = "Language understanding for human dialog." authors = ["Amresh Venugopal "]