diff --git a/CHANGELOG.md b/CHANGELOG.md index dd77803..d26c998 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 2.3.0 (2023-09-12) + - Add `find_usb_camera_device` and `find_csi_camera_device` functions to `actfw_core.system`. - Add `vflip` and `hflip` parameters to `UnicamIspCapture`. diff --git a/pyproject.toml b/pyproject.toml index 642c503..256d438 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.2.1" +version = "2.3.0" [tool.poetry.dependencies] python = "^3.6.2"