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'