diff --git a/.gitignore b/.gitignore
index ce86c57..f2368ea 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-SOURCES/vdo-6989127.tar.gz
+SOURCES/vdo-ce0038b.tar.gz
diff --git a/.vdo.metadata b/.vdo.metadata
index 1ace13c..d9da98a 100644
--- a/.vdo.metadata
+++ b/.vdo.metadata
@@ -1 +1 @@
-5704e88d94a666e5f3b2333fce7df1668d7177c7 SOURCES/vdo-6989127.tar.gz
+975b3f7a3f6d7ab2f0da4f2c828e8e0617325986 SOURCES/vdo-ce0038b.tar.gz
diff --git a/SPECS/vdo.spec b/SPECS/vdo.spec
index 433b86c..5fd4a0e 100644
--- a/SPECS/vdo.spec
+++ b/SPECS/vdo.spec
@@ -1,5 +1,5 @@
-%global commit           6989127a57b5886da96fdf07f3687029fc6688e6
-%global gittag           6.2.3.107
+%global commit           ce0038bb22807c8344d9a913834508108d7c33e6
+%global gittag           6.2.3.114
 %global shortcommit      %(c=%{commit}; echo ${c:0:7})
 
 %define spec_release 14
@@ -237,6 +237,13 @@ 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
+
 * Fri Jun 19 2020 - Andy Walsh <awalsh@redhat.com> - 6.2.3.107-14
 - Fixed more Coverity errors.
 - Resolves: rhbz#1827763