diff --git a/CHANGELOG.md b/CHANGELOG.md index fc99c20..0f35c93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Upcoming +## Version 0.17.0 - feat(rpc): add a proto generator which parses actions and events files and generates proto files for them - feat(rpc): add `rpc` service with `dispatch` method to let external services dispatch actions and events to the redux bus diff --git a/pyproject.toml b/pyproject.toml index b284656..9da1cdd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ubo-app" -version = "0.16.2" +version = "0.17.0" description = "Ubo main app, running on device initialization. A platform for running other apps." authors = ["Sassan Haradji "] license = "Apache-2.0"