diff --git a/.anaconda.metadata b/.anaconda.metadata
index 618fa3c..2cd6c41 100644
--- a/.anaconda.metadata
+++ b/.anaconda.metadata
@@ -1 +1 @@
-a161aff82cf5e8e729ff9470af18a22f87a1e84c SOURCES/anaconda-33.16.3.14.tar.bz2
+e577a4fcd926671451897f526e3b55668bb14b19 SOURCES/anaconda-33.16.3.15.tar.bz2
diff --git a/.gitignore b/.gitignore
index c8a754b..712ba00 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-SOURCES/anaconda-33.16.3.14.tar.bz2
+SOURCES/anaconda-33.16.3.15.tar.bz2
diff --git a/SPECS/anaconda.spec b/SPECS/anaconda.spec
index 3f5831f..357f71e 100644
--- a/SPECS/anaconda.spec
+++ b/SPECS/anaconda.spec
@@ -1,6 +1,6 @@
 Summary: Graphical system installer
 Name:    anaconda
-Version: 33.16.3.14
+Version: 33.16.3.15
 Release: 1%{?dist}
 License: GPLv2+ and MIT
 URL:     http://fedoraproject.org/wiki/Anaconda
@@ -366,6 +366,12 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
 %{_prefix}/libexec/anaconda/dd_*
 
 %changelog
+* Thu Jul 30 2020 Radek Vykydal <rvykydal@redhat.com> - 33.16.3.15-1
+- Apply onboot policy even when network was configured in UI. (rvykydal)
+  Resolves: rhbz#1856632
+- Fix creating cached LVs on encrypted PVs (vtrefny)
+  Resolves: rhbz#1855973
+
 * Mon Jul 27 2020 Radek Vykydal <rvykydal@redhat.com> - 33.16.3.14-1
 - Fix everything in payload should be mounted as read only (jkonecny)
   Related: rhbz#1856264