------------------
To avoid confusion with different version numbers in other Sorna sub-projects,
we skip the version 0.6.0 in all sub-projects.
**NEW**
- Implemented most of the REST API except streaming terminals and events.
- Added database schema for user/keypair information management.
It can be initialized using ``python -m sorna.gateway.models`` command.
**FIXES**
- Fixed duplicate kernel count decrementing when destroying kernels in legacy manager.