diff --git a/.anaconda.metadata b/.anaconda.metadata
index 20b29c0..76727c7 100644
--- a/.anaconda.metadata
+++ b/.anaconda.metadata
@@ -1 +1 @@
-50597c8f17a3defd87108658a36a79377daa9fe5 SOURCES/anaconda-33.16.6.1.tar.bz2
+163dd17c814e1a903b6f26b74f49bfbaf8561ff1 SOURCES/anaconda-33.16.6.2.tar.bz2
diff --git a/.gitignore b/.gitignore
index a5964cd..2323451 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-SOURCES/anaconda-33.16.6.1.tar.bz2
+SOURCES/anaconda-33.16.6.2.tar.bz2
diff --git a/SPECS/anaconda.spec b/SPECS/anaconda.spec
index 15a6e81..baeac7d 100644
--- a/SPECS/anaconda.spec
+++ b/SPECS/anaconda.spec
@@ -1,6 +1,6 @@
 Summary: Graphical system installer
 Name:    anaconda
-Version: 33.16.6.1
+Version: 33.16.6.2
 Release: 1%{?dist}
 License: GPLv2+ and MIT
 URL:     http://fedoraproject.org/wiki/Anaconda
@@ -367,6 +367,18 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
 %{_prefix}/libexec/anaconda/dd_*
 
 %changelog
+* 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
+- Do not crash on missing NM Client on --vnc installations (rvykydal)
+  Related: rhbz#2003115
+- In installer environment set static, not transient hostname (rvykydal)
+  Resolves: rhbz#1975349
+- Add product config for AlmaLinux (andrew.lukoshko)
+  Resolves: rhbz#2003692
+- Fix creation of user account with empty password (mkolman)
+  Resolves: rhbz#1687315
+
 * Thu Sep 30 2021 Radek Vykydal <rvykydal@redhat.com> - 33.16.6.1-1
 - Payload should wait for all storage related threads to finish (mkolman)
   Resolves: rhbz#2007615