diff --git a/.gitignore b/.gitignore
index ce86c57..60f12a9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-SOURCES/vdo-6989127.tar.gz
+SOURCES/vdo-827e5e0.tar.gz
diff --git a/.vdo.metadata b/.vdo.metadata
index 1ace13c..4f4ad8c 100644
--- a/.vdo.metadata
+++ b/.vdo.metadata
@@ -1 +1 @@
-5704e88d94a666e5f3b2333fce7df1668d7177c7 SOURCES/vdo-6989127.tar.gz
+d92406e32af15c45485a3d3b9a93723c492da7e2 SOURCES/vdo-827e5e0.tar.gz
diff --git a/SPECS/vdo.spec b/SPECS/vdo.spec
index 433b86c..557da71 100644
--- a/SPECS/vdo.spec
+++ b/SPECS/vdo.spec
@@ -1,5 +1,5 @@
-%global commit           6989127a57b5886da96fdf07f3687029fc6688e6
-%global gittag           6.2.3.107
+%global commit           827e5e0974c62a4e169766020fb69b3f34015851
+%global gittag           6.2.4.14
 %global shortcommit      %(c=%{commit}; echo ${c:0:7})
 
 %define spec_release 14
@@ -237,6 +237,12 @@ This package provides the user-space support tools for VDO.
 %{_mandir}/man8/vdoregenerategeometry.8.gz
 
 %changelog
+* Thu Oct 01 2020 - Andy Walsh <awalsh@redhat.com> - 6.2.4.14-14
+- Added --pending option to the vdo status command to indicate
+  configuration options which have been modified but will not take
+  effect until the next device start.
+- Resolves: rhbz#1838314
+
 * Fri Jun 19 2020 - Andy Walsh <awalsh@redhat.com> - 6.2.3.107-14
 - Fixed more Coverity errors.
 - Resolves: rhbz#1827763