Added - Restful API to retrieve an available resource using an id, a name, or tags as an input. (/rentabot/api/v1.0/resources/lock)
---
0.0.6
Added - Logs using daiquiri
---
0.0.5
Changed - Refactor view and controllers to isolate db transactions into the controller.
---
0.0.4
Fixed - Fix a potential race condition on a multi threaded server context [Issues-2](https://github.com/cpoisson/rent-a-bot/issues/2)
---
0.0.1
Added - Basic project setup (readme, changelog, CI, gitignore...) - Flask application first layout - Functional tests - Resource Model and GET REST api - Resource Lock and Unlock API - A (very) basic front end to display resources - Resource descriptor yaml file handling at startup