diff --git a/CHANGELOG.md b/CHANGELOG.md index 681596fe8..e3a078850 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,17 +2,27 @@ ## Unreleased -- Documentation - - fix: Add missing link to `issue_classification_user_journey` notebook to the tutorials section of README. +### New Features +... +### Fixes +... + +## 0.8.2 + +### New Features + - feature: Add `SearchEvaluationLogic` and `SearchAggregationLogic` to evaluate `Search`-use-cases + - feature: Trace viewer and IL python package are now deployed to artifactory + +### Fixes + - Documentation + - fix: Add missing link to `issue_classification_user_journey` notebook to the tutorials section of README. + - fix: Confusion matrix in `issue_classification_user_journey` now have rounded numbers. ## 0.8.1 ### Fixes - fix: Linting for release version -### New Features -- feature: Add `SearchEvaluationLogic` and `SearchAggregationLogic` to evaluate `Search`-use-cases - ## 0.8.0 ### New Features diff --git a/pyproject.toml b/pyproject.toml index 168f749c2..1c9ab3af9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "intelligence-layer" -version = "0.8.1" +version = "0.8.2" description = "" authors = ["Aleph Alpha Engineering "] readme = "README.md"