- Added a flag to disable SSL checking - [issue](https://github.com/stuartmccoll/gitlab-changelog-generator/issues/30) raised by [PhilLab](https://github.com/PhilLab).
1.0.5
- Amended the way date formatting is handled - [issue](https://github.com/stuartmccoll/gitlab-changelog-generator/issues/25) raised by [smutel](https://github.com/smutel), commit(s) contributed by [smutel](https://github.com/smutel).
1.0.4
- Amended IP address command line argument to also require the relevant protocol (HTTP/S). - Added GitHub Action to run unit tests when a pull request is raised.
1.0.3
- Added the ability to use GitLab personal auth token - [pull request](https://github.com/stuartmccoll/gitlab-changelog-generator/pull/20) submitted by [stotler](https://github.com/stuartmccoll/gitlab-changelog-generator/issues?q=is%3Apr+author%3Astotler).
1.0.2
- Updated documentation and configuration to document Python 3.7 compatability.
1.0.1
- Added exception handling to `calls.py` when calling the specified GitLab API. - Added a `tests_require` section to `setup.py`.