From e1f32fe238c69ba5a292c8a122796cc8c2027623 Mon Sep 17 00:00:00 2001 From: Kevin James Date: Thu, 19 Nov 2020 16:41:51 -0800 Subject: [PATCH] chore(release): bump version --- CHANGELOG.md | 11 +++++++++++ coveralls/version.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cace166..24d7968a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ + +## 2.2.0 (2020-11-20) + +#### Features + +* **api:** add workaround allowing job resubmission (#241) ([0de0c019](0de0c019)) + +#### Bug Fixes + +* **integrations:** fixup environment detection for Semaphore CI (#236) ([ad4f8fa8](ad4f8fa8)) + ## 2.1.2 (2020-08-12) diff --git a/coveralls/version.py b/coveralls/version.py index f8115612..04188a16 100644 --- a/coveralls/version.py +++ b/coveralls/version.py @@ -1 +1 @@ -__version__ = '2.1.2' +__version__ = '2.2.0'