Version bump to version 1.1.0.0
What does this MR do and why?
Version bump to version 1.1.0.0. Update changelog with the changes since version 1.0.0.1.
References
Haskell Package Versioning Policy (PVP): https://pvp.haskell.org/. I increased B, since we do not have big changes, but the public API does change.
How to validate
Check whether any references to the version number are out of date (search 'version' or '1.0.0.1') and check whether the changelog is complete.
MR acceptance checklist
-
The code in the merge request completes all the elements in the ticket it is linked to. -
The code is sufficiently tested, use HPC as described in the DEVELOPER.md to check this. -
All tests pass. -
There are no new HLint warnings. -
The code adheres to the style guide and is properly formatted. -
The code structure makes sense and can not be easily improved. -
No unused/commented out code and no TODO comments.
Closes V25B-786
Edited by David van Deursen