* Add Python 3.8 to build matrix * Force pipenv to use matrix Python version * Put release step in separate job * Fix build.yml workflow
Noticed that the first PR of a contributor didn't trigger the pipeline. This should fix it.
* Implement MongoDB adapter using motor * Add mongo container to build pipeline * Tidy up dependencies * Update documentation for MongoDB * Export MongoDB adapter from db package * Pass black format * Update README