summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/changelog.rst8
-rw-r--r--docs/changelog/2029.bugfix.rst1
2 files changed, 8 insertions, 1 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index be58792..d2df6b0 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -5,6 +5,14 @@ Release History
.. towncrier release notes start
+v20.2.2 (2020-12-07)
+--------------------
+
+Bugfixes - 20.2.2
+~~~~~~~~~~~~~~~~~
+- Bump pip to ``20.3.1``, setuptools to ``51.0.0`` and wheel to ``0.36.1`` - by :user:`gaborbernat`. (`#2029 <https://github.com/pypa/virtualenv/issues/2029>`_)
+
+
v20.2.1 (2020-11-23)
--------------------
diff --git a/docs/changelog/2029.bugfix.rst b/docs/changelog/2029.bugfix.rst
deleted file mode 100644
index af9df47..0000000
--- a/docs/changelog/2029.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Bump pip to ``20.3.1``, setuptools to ``51.0.0`` and wheel to ``0.36.1`` - by :user:`gaborbernat`.