diff --git a/CHANGELOG.md b/CHANGELOG.md index 10029058..c27b068a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,10 @@ ### Breaking Changes ... +## 7.3.1 +### Features +- Dependency updates + ## 7.3.0 ### Features diff --git a/pyproject.toml b/pyproject.toml index 983b24d8..a5abd861 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "intelligence-layer" -version = "7.3.0" +version = "7.3.1" description = "" authors = ["Aleph Alpha Engineering "] readme = "README.md"