diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b54821f..58ec13c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ + +## 1.11.0 (2020-02-12) + +#### Fixes + +* **github:** add service_number for github actions ([9f93bd8e](9f93bd8e)) + This should fix support for parallel builds. + +#### Compatibility + +* Python 2.7 and 3.4 are now officially End-Of-Life'd. Consider them deprecated + from the perspective of this package -- we'll remove them in an upcoming + release (likely the first one which requires non-trivial work to continue + supporting them!). + ## 1.10.0 (2019-12-31) diff --git a/coveralls/version.py b/coveralls/version.py index 52af183e..da77e85c 100644 --- a/coveralls/version.py +++ b/coveralls/version.py @@ -1 +1 @@ -__version__ = '1.10.0' +__version__ = '1.11.0'