### 1.8.0

:boom: Breaking changes
* Added `user_id` field to Public API `Invocation` to record the owner and pass it to the workflow manager and model proxy microservices.
* Added `user_id` field to Private API on `Deployment`, `ModelMetadata` and `Storage` creation to track the owner of the entity.

:rocket: New features
* Updated OpenAPI removing `list_sessions`, `list_invocations` endpoints for a given model on Private API.
* Updated OpenAPI removing `list_files` endpoint for a given storage on Private API.
* Updated OpenAPI removing `list_users` and `get_user` endpoints on private API.

###