Changes included:
- API documentation has been enabled via swagger
- You can access the documentation after deploying at https://yourdeployedinstance.com/swagger
- Swagger requires you to authorize with an api-key before executing any API calls
- API keys are now able to be restricted to individual assessments in addition to the existing restrictions on CRUD operations
- A bug was corrected in how the Node objects were initialized
- A bug was corrected that hid the title row (effective back button) when filtering on MITRE ATT&CK IDs while editing an event
- README documentation has been migrated and broken out into the Wiki section