diff --git a/.gitignore b/.gitignore
index f2368ea..60f12a9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-SOURCES/vdo-ce0038b.tar.gz
+SOURCES/vdo-827e5e0.tar.gz
diff --git a/.vdo.metadata b/.vdo.metadata
index d9da98a..4f4ad8c 100644
--- a/.vdo.metadata
+++ b/.vdo.metadata
@@ -1 +1 @@
-975b3f7a3f6d7ab2f0da4f2c828e8e0617325986 SOURCES/vdo-ce0038b.tar.gz
+d92406e32af15c45485a3d3b9a93723c492da7e2 SOURCES/vdo-827e5e0.tar.gz
diff --git a/SPECS/vdo.spec b/SPECS/vdo.spec
index 5fd4a0e..557da71 100644
--- a/SPECS/vdo.spec
+++ b/SPECS/vdo.spec
@@ -1,5 +1,5 @@
-%global commit           ce0038bb22807c8344d9a913834508108d7c33e6
-%global gittag           6.2.3.114
+%global commit           827e5e0974c62a4e169766020fb69b3f34015851
+%global gittag           6.2.4.14
 %global shortcommit      %(c=%{commit}; echo ${c:0:7})
 
 %define spec_release 14
@@ -237,12 +237,11 @@ This package provides the user-space support tools for VDO.
 %{_mandir}/man8/vdoregenerategeometry.8.gz
 
 %changelog
-* Thu Jul 30 2020 - Andy Walsh <awalsh@redhat.com> - 6.2.3.114-14
-- Fixed an index bug which can cause vdo stop to hang on systems with many
-  cores.
-- Resolves: rhbz#1791056
-- Fixed typos in example monitoring scripts.
-- Resolves: rhbz#1861518
+* 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.