diff --git a/.gitignore b/.gitignore
index 92acb6e..6bc9086 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-SOURCES/vdo-cf04ce0.tar.gz
+SOURCES/vdo-b033725.tar.gz
diff --git a/.vdo.metadata b/.vdo.metadata
index c52db62..3b52be9 100644
--- a/.vdo.metadata
+++ b/.vdo.metadata
@@ -1 +1 @@
-5bd78d3f3a9480d52c8e93f447a0f3490083b634 SOURCES/vdo-cf04ce0.tar.gz
+fda3b4a1a22c68d3223b9d398ac828317275ce4f  SOURCES/vdo-b033725.tar.gz
diff --git a/SPECS/vdo.spec b/SPECS/vdo.spec
index df1d0e3..8c5a124 100644
--- a/SPECS/vdo.spec
+++ b/SPECS/vdo.spec
@@ -1,8 +1,8 @@
-%global commit           cf04ce01dfece50edd021d454fe386218bfb9753
-%global gittag           6.2.1.134
+%global commit           b03372526d8c0cb58766180dd8190128892fea3f
+%global gittag           6.2.2.117
 %global shortcommit      %(c=%{commit}; echo ${c:0:7})
 
-%define spec_release 11
+%define spec_release 13
 Summary: Management tools for Virtual Data Optimizer
 Name: vdo
 Version: %{gittag}
@@ -12,7 +12,7 @@ Source0: https://github.com/dm-vdo/%{name}/archive/%{commit}/%{name}-%{shortcomm
 Patch0:  fix_dmeventd_linking.patch
 Patch1:  bz1658224-fix_blkid_call.patch
 URL: http://github.com/dm-vdo/vdo
-Requires: lvm2 >= 2.02
+Requires: lvm2 >= 2.03
 Requires: python3-PyYAML >= 3.10
 Requires: libuuid >= 2.23
 Requires: kmod-kvdo >= 6.2
@@ -82,8 +82,8 @@ done
 %{_bindir}/vdodumpconfig
 %{_bindir}/vdoforcerebuild
 %{_bindir}/vdoformat
-%{_bindir}/vdoprepareupgrade
 %{_bindir}/vdoreadonly
+%{_bindir}/vdosetuuid
 %dir %{python3_sitelib}/%{name}
 %{python3_sitelib}/%{name}/__init__.py
 %{python3_sitelib}/%{name}/__pycache__/__init__.cpython-36.opt-1.pyc
@@ -206,8 +206,47 @@ done
 %{_mandir}/man8/vdodumpconfig.8.gz
 %{_mandir}/man8/vdoforcerebuild.8.gz
 %{_mandir}/man8/vdoformat.8.gz
+%{_mandir}/man8/vdosetuuid.8.gz
 
 %changelog
+* Tue Feb 11 2020 - Andy Walsh <awalsh@redhat.com> - 6.2.2.117-13
+- Improved man pages and help text for vdo script and vdo utilities.
+- Resolves: rhbz#1505748
+- Resolves: rhbz#1636043
+- Resolves: rhbz#1746539
+- Modified vdoformat to display the maximum VDO size based on the
+  configured slab size when formatting a volume. Modified vdo script to
+  also display this output when creating a new VDO.
+- Resolves: rhbz#1659173
+
+* Mon Nov 25 2019 - Andy Walsh <awalsh@redhat.com> - 6.2.2.33-12
+- Fixed bug in the import command of the vdo script which would fail if
+  there were no active dm devices.
+- Resolves: rhbz#1767491
+- Added a version command to the vdo script to report the script version.
+- Resolves: rhbz#1730429
+- Added version options to vdo utilities which did not have one.
+- Resolves: rhbz#1730429
+- Removed deprecated vdoprepareupgrade utility.
+- Resolves: rhbz#1774700
+
+* Wed Oct 30 2019 - Andy Walsh <awalsh@redhat.com> - 6.2.2.24-11
+- Began preparations for releasing more VDO analysis and debugging tools.
+- Relates: rhbz#1687996
+- Really added the ability to modify the UUID of a VDO device (the previous
+  version omitted some of the files necessary for this feature).
+- Resolves: rhbz#1713749
+
+* Thu Oct 17 2019 - Andy Walsh <awalsh@redhat.com> - 6.2.2.18-11
+- Added the ability to modify the UUID of a VDO device.
+- Resolves: rhbz#1713749
+- Added an import command to the vdo script to allow management of an
+  existing VDO device which is not already in the vdo config file.
+- Resolves: rhbz#1737619
+- Modified the vdo script to warn the user when starting or stopping a VDO
+  device if the device is already in the desired state.
+- Resolves: rhbz#1738651
+
 * Fri Aug 02 2019 - Andy Walsh <awalsh@redhat.com> - 6.2.1.134-11
 - Added UUID filtering of underlying devices when running vdo create with
   the --force flag as this failed when run on certain PVs.