diff --git a/.anaconda.metadata b/.anaconda.metadata
index 76727c7..d4e04be 100644
--- a/.anaconda.metadata
+++ b/.anaconda.metadata
@@ -1 +1 @@
-163dd17c814e1a903b6f26b74f49bfbaf8561ff1 SOURCES/anaconda-33.16.6.2.tar.bz2
+9451f3f9a21f83dadd98677ba8e2356b3e2ce242 SOURCES/anaconda-33.16.6.3.tar.bz2
diff --git a/.gitignore b/.gitignore
index 2323451..97ea942 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-SOURCES/anaconda-33.16.6.2.tar.bz2
+SOURCES/anaconda-33.16.6.3.tar.bz2
diff --git a/SPECS/anaconda.spec b/SPECS/anaconda.spec
index baeac7d..d14718a 100644
--- a/SPECS/anaconda.spec
+++ b/SPECS/anaconda.spec
@@ -1,6 +1,6 @@
 Summary: Graphical system installer
 Name:    anaconda
-Version: 33.16.6.2
+Version: 33.16.6.3
 Release: 1%{?dist}
 License: GPLv2+ and MIT
 URL:     http://fedoraproject.org/wiki/Anaconda
@@ -367,6 +367,14 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
 %{_prefix}/libexec/anaconda/dd_*
 
 %changelog
+* Fri Nov 05 2021 Radek Vykydal <rvykydal@redhat.com> - 33.16.6.3-1
+- Fix application of network --mtu kickstart option in Anaconda (rvykydal)
+  Resolves: rhbz#2018301
+- Configure the multilib policy of the target system (vponcova)
+  Resolves: rhbz#1571727
+- network: apply kickstart network --nodefroute also from stage2 (rvykydal)
+  Resolves: rhbz#1990145
+
 * Wed Oct 20 2021 Radek Vykydal <rvykydal@redhat.com> - 33.16.6.2-1
 - Make network spoke GUI more robust in cases of missing NM Client. (rvykydal)
   Resolves: rhbz#2003115