diff --git a/latex2html.changes b/latex2html.changes
index 5fa0404..fd26dc8 100644
--- a/latex2html.changes
+++ b/latex2html.changes
@@ -1,3 +1,30 @@
+-------------------------------------------------------------------
+Sat Mar 13 09:44:55 UTC 2021 - Dirk Müller
+
+- update to 2021:
+ * implement listings package
+ * support for \hyperref (hyperref.sty and html.sty syntax)
+ * \multirow with automatic width (*)
+ * support for length units em and ex in &convert_length
+ * support for font-, page- and minipage-relative length units
+ * support for specifying image size in wrapfigure
+ * support for commands: \; \, \quad \qquad inside \textsc
+ * \itemize[], \enumerate[], \description[] (discard argument)
+ * &convert_to_unicode in style ” for chars > 255
+ * correct several special symbols for koi8-r encoding
+ * repair \htmladdimg and user scaling in \includegraphics
+ * repair scaling for undefined environments in use_dvipng mode
+ * correct placement of the $\degree$ symbol in use_dvipng mode
+ * repair scaling in nouse_dvipng mode
+ * 256-color gif dithering via png16m followed by ppmquant
+ * correct transparent color specification (for the $\_$ symbol)
+ * correct Makefile for building manual
+ * adjust spacing for eqnarray
+ * fix alignment of eq numbers for safari
+ * fix infinite loop on empty itemize env
+ * make link to correct bibliography if there is more than one
+ * "References" by default, "Bibliography" for book
+
-------------------------------------------------------------------
Tue Dec 22 09:24:14 UTC 2020 - Dirk Müller
diff --git a/latex2html.spec b/latex2html.spec
index 850d0cf..dba1d29 100644
--- a/latex2html.spec
+++ b/latex2html.spec
@@ -1,7 +1,7 @@
#
# spec file for package latex2html
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%define share_dir %{_datadir}/latex2html
%define _texmfmaindir %{_datadir}/texmf
Name: latex2html
-Version: 2020.2
+Version: 2021
Release: 0
Summary: LaTeX to HTML Converter
License: GPL-2.0-or-later
diff --git a/v2020.2.tar.gz b/v2020.2.tar.gz
deleted file mode 100644
index 80030cf..0000000
--- a/v2020.2.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:09f2d7f086fee9538523fd5074ada8ebadbdbc2227ca11d9d36189e698e5cfaf
-size 1120639
diff --git a/v2021.tar.gz b/v2021.tar.gz
new file mode 100644
index 0000000..be86613
--- /dev/null
+++ b/v2021.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:872fe7a53f91ababaafc964847639e3644f2b9fab3282ea059788e4e18cbba47
+size 1130224