1.0.2: Integrate GitLab issue notes (#17)
* Add the issue weight in the model. Modify also the create and update request.
* Add issue time statistics in the model.
* Update test-case to check the response model of the non-nullable propery timestats.
* Integrate gitlab api functions for project labels
* Integrate gitlab api functions for project milestones
* Extract the milestone model in his own namespace
* Integrate group milestones
* Update own repository from source (#3)
* Integrate GitLab group milestones (#16)
* Add the issue weight in the model. Modify also the create and update request.
* Add issue time statistics in the model.
* Update test-case to check the response model of the non-nullable propery timestats.
* Integrate gitlab api functions for project labels
* Integrate gitlab api functions for project milestones
* Extract the milestone model in his own namespace
* Integrate group milestones
* Take package version from tag
* Fix build
* Update readme
* Integrate project issue notes (query, create, update and delete), including tests