* Added new versions of MongoDB (4.4.5, 4.4.6) * Improved tooling around URL checking * Increased guaranteed minimum Python version to 3.6
0.2.0
* All versions of MongoDB up to v4.4.4 can be used from the tool. * Ability to define custom download URLs. * Ability to ignore download cache for refreshing the download. * MongoDB version selection has been improved.
0.1.5
* Added ability to override MongoDB port. (Fix Issue 35)
0.1.4
* Directing `mongod` logs to a log file instead of system out. `Mongod` objects can read and dump them if needed. * Setting minimum supported Python version to 3.6.10 due to limitations in `pytest`
0.1.3
* Fixes a bug preventing to run several instances at once * Migrated from `Pipenv` to `poetry`