diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e3936b..6b85602 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 2.8.0 (2024-11-18) + - Add support for the `imx708` sensor to `UnicamIspCapture`. Note: Autofocus is not supported. ## 2.7.0 (2024-09-17) diff --git a/pyproject.toml b/pyproject.toml index 046f1a4..3186fc2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ license = "MIT" name = "actfw-core" readme = "README.md" repository = "https://github.com/Idein/actfw-core" -version = "2.7.0" +version = "2.8.0" [tool.poetry.dependencies] python = "^3.7"