diff --git a/.cockpit-composer.metadata b/.cockpit-composer.metadata
index bd8867a..09a8e60 100644
--- a/.cockpit-composer.metadata
+++ b/.cockpit-composer.metadata
@@ -1 +1 @@
-50ed5f82f8134955f2d9cabdbd512b2d0c2066f5 SOURCES/cockpit-composer-21.tar.gz
+f84359af0cd4ca3e468ab1afea1b8eba6a5ab0a9 SOURCES/cockpit-composer-22.tar.gz
diff --git a/.gitignore b/.gitignore
index 372b35f..5ce4659 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-SOURCES/cockpit-composer-21.tar.gz
+SOURCES/cockpit-composer-22.tar.gz
diff --git a/SPECS/cockpit-composer.spec b/SPECS/cockpit-composer.spec
index 4f4be6f..82297f5 100644
--- a/SPECS/cockpit-composer.spec
+++ b/SPECS/cockpit-composer.spec
@@ -1,5 +1,5 @@
 Name:           cockpit-composer
-Version:        21
+Version:        22
 Release:        1%{?dist}
 Summary:        Composer GUI for use with Cockpit
 
@@ -11,8 +11,12 @@ BuildArch:      noarch
 BuildRequires:  libappstream-glib
 
 Requires:       cockpit
-Requires:       weldr
-Suggests:       osbuild-composer >= 14
+%if 0%{?fedora} >= 33 || 0%{?rhel} >= 8
+Requires: osbuild-composer >= 14
+%else
+Requires: weldr
+Suggests: osbuild-composer >= 14
+%endif
 
 %description
 Composer generates custom images suitable for deploying systems or uploading to
@@ -38,6 +42,18 @@ cp -a io.weldr.cockpit-composer.metainfo.xml %{buildroot}/%{_datadir}/metainfo/
 %{_datadir}/metainfo/*
 
 %changelog
+* Wed Jul 15 2020 Jacob Kozol <jkozol@redhat.com> - 22.1-1
+- Patternfly imports are standardized to be consistent with cockpit
+- Cancel image build button bug fixed
+- Empty components state provides a help message
+- Wizard component has bug fixes and is refactored for future scalability
+- Test updates
+- ESLint upgraded to version 7 and the code style is improved
+- Translation files are updated from fedora weblate
+- Cockpit-composer's dependency on osbuild-composer  is more specific
+- Coverity scan is now supported to help improve code quality
+- Resolves: #1820539 
+
 * Wed Jun 14 2020 Lars Karlitski <larskarlitski@redhat.com> - 21.1-1
 - Support setting parameters (ref and parent) for ostree images
 - Loosen restrictions on password strength