diff --git a/CHANGELOG.md b/CHANGELOG.md index cf9b7bbd6..6523ec74e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,31 @@ +## v0.33.4 (2024-06-18) + +### Fix + +* fix(visualize): Handle no screenshots (#763) + +* handle no screenshot in visualize.py / plotting.py + +* black/flake8 ([`92b74f0`](https://github.com/OpenAdaptAI/OpenAdapt/commit/92b74f05936bfb2000d393e0ba0060d2ec6a857d)) + +### Test + +* test: Add CI scripts to run the app after build (#709) + +* feat: Add scripts to run the app after build + +* feat: Log error in a file + +* chore: Add TODO for future additions of logging + +--------- + +Co-authored-by: Richard Abrich <richard.abrich@mldsai.com> ([`e370fe6`](https://github.com/OpenAdaptAI/OpenAdapt/commit/e370fe6fa6a028fcdaabf729fc2c1909c66e207d)) + + ## v0.33.3 (2024-06-18) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 40d84fda3..a0cbbba24 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "openadapt" -version = "0.33.3" +version = "0.33.4" description = "GUI Process Automation with Transformers" authors = [ 'OpenAdapt.AI Team ',