diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d1c82c68..2fe523098 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,29 @@ +## v0.34.0 (2024-06-20) + +### Feature + +* feat(onboarding): Add onboarding for new users (#746) + +* feat: Add onboarding for new users + +* feat: Overhaul onboarding into a multistep process + +* docs: Update README.md with usage of the entrypoint module + +* refactor: Remove steppers and move all steps to a single page + +* feat: Move onboarding to a separate page and add bounty card + +* feat: Redirect to onboarding on launch, and move around content + +--------- + +Co-authored-by: Richard Abrich <richard.abrich@mldsai.com> ([`bdf153e`](https://github.com/OpenAdaptAI/OpenAdapt/commit/bdf153e153aea428653b5a5fa845cf373059712e)) + + ## v0.33.6 (2024-06-20) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 1a054967b..b17ce622a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "openadapt" -version = "0.33.6" +version = "0.34.0" description = "GUI Process Automation with Transformers" authors = [ 'OpenAdapt.AI Team ',