diff --git a/.anaconda.metadata b/.anaconda.metadata
index 0797c9e..e02f10e 100644
--- a/.anaconda.metadata
+++ b/.anaconda.metadata
@@ -1 +1 @@
-4e726533c5aa071284d2e637317bd356f79ad38e SOURCES/anaconda-33.16.8.1.tar.bz2
+e9725ea098a5ce4d2998a359c04cd7b3bc9f9cf5 SOURCES/anaconda-33.16.8.2.tar.bz2
diff --git a/.gitignore b/.gitignore
index a2b5227..cd48559 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-SOURCES/anaconda-33.16.8.1.tar.bz2
+SOURCES/anaconda-33.16.8.2.tar.bz2
diff --git a/SPECS/anaconda.spec b/SPECS/anaconda.spec
index 168a5df..77df352 100644
--- a/SPECS/anaconda.spec
+++ b/SPECS/anaconda.spec
@@ -1,6 +1,6 @@
 Summary: Graphical system installer
 Name:    anaconda
-Version: 33.16.8.1
+Version: 33.16.8.2
 Release: 1%{?dist}
 License: GPLv2+ and MIT
 URL:     http://fedoraproject.org/wiki/Anaconda
@@ -367,6 +367,24 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
 %{_prefix}/libexec/anaconda/dd_*
 
 %changelog
+* Thu Oct 27 2022 Martin Kolman <mkolman@redhat.com> - 33.16.8.2-1
+- network: remove activate_connection_sync (rvykydal)
+  Related: rhbz#2127057
+- network: use new NM client in ConsolidateInitramfsConnetionsTask (rvykydal)
+  Related: rhbz#2127057
+- network: use new NM client instance in SetRealOnbootValuesTask (rvykydal)
+  Related: rhbz#2127057
+- network: add tests for sync_call_glib (rvykydal)
+  Related: rhbz#2127057
+- network: use separate main conext for NM client in threads (rvykydal)
+  Related: rhbz#2127057
+- network: split add_and_activate_connection_sync function (rvykydal)
+  Related: rhbz#2127057
+- network: add NM connections synchronously (rvykydal)
+  Related: rhbz#2127057
+- infra: Use the Bugzilla API key in the `makebumpver` script (vponcova)
+- infra: Remove Jenkins from makebumpver (vslavik)
+
 * Wed Sep 14 2022 Vendula Poncova <vponcova@redhat.com> - 33.16.8.1-1
 - Do not crash on network --device link with wireless device (rvykydal)
   Resolves: rhbz#2125270