diff --git a/.repopackignore_eveai_api b/.repopackignore_eveai_api index b238181..d26376e 100644 --- a/.repopackignore_eveai_api +++ b/.repopackignore_eveai_api @@ -5,5 +5,6 @@ eveai_chat/ eveai_chat_workers/ eveai_entitlements/ instance/ +integrations/Wordpress/eveai-chat-widget nginx/ scripts/ \ No newline at end of file diff --git a/.repopackignore_eveai_chat b/.repopackignore_eveai_chat index 4ed2168..ed3aac1 100644 --- a/.repopackignore_eveai_chat +++ b/.repopackignore_eveai_chat @@ -6,6 +6,6 @@ eveai_chat_workers/ eveai_entitlements/ eveai_workers/ instance/ -integrations/ +integrations/Wordpress/eveai_sync nginx/ scripts/ \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index a48e9f1..39f651f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Security - In case of vulnerabilities. +## [2.0.0-alfa] + +### Added +- Introduction of dynamic Retrievers & Specialists +- Introduction of dynamic Processors +- Introduction of caching system +- Introduction of a better template manager + +### Changed +- For changes in existing functionality. + +### Deprecated +- For soon-to-be removed features. + +### Removed +- For now removed features. + +### Fixed +- Set default language when registering Documents or URLs. + +### Security +- In case of vulnerabilities. + ## [1.0.14-alfa] ### Added