summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/changelog.rst8
-rw-r--r--docs/changelog/2060.bugfix.rst1
2 files changed, 8 insertions, 1 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index d049ae4..fb9ed1c 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -5,6 +5,14 @@ Release History
.. towncrier release notes start
+v20.4.1 (2021-01-31)
+--------------------
+
+Bugfixes - 20.4.1
+~~~~~~~~~~~~~~~~~
+- Bump embedded pip and setuptools packages to latest upstream supported (``21.0.1`` and ``52.0.0``) - by :user:`gaborbernat`. (`#2060 <https://github.com/pypa/virtualenv/issues/2060>`_)
+
+
v20.4.0 (2021-01-19)
--------------------
diff --git a/docs/changelog/2060.bugfix.rst b/docs/changelog/2060.bugfix.rst
deleted file mode 100644
index dbd54cd..0000000
--- a/docs/changelog/2060.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Bump embedded pip and setuptools packages to latest upstream supported (``21.0.1`` and ``52.0.0``) - by :user:`gaborbernat`.