Released 3.8.0
diff --git a/AUTHORS b/AUTHORS
index 1e81480..2bee369 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -54,6 +54,7 @@
 divinity76 <divinity76@gmail.com>
 DrDaveD <2129743+DrDaveD@users.noreply.github.com>
 Dr. David Alan Gilbert <dgilbert@redhat.com>
+Emily Herbert <emilyherbert@cs.umass.edu>
 Emmanuel Dreyfus <manu@netbsd.org>
 Enke Chen <enkechen@yahoo.com>
 Eric Engestrom <eric@engestrom.ch>
@@ -136,3 +137,4 @@
 Vivek Goyal <vgoyal@redhat.com>
 William Woodruff <william@yossarian.net>
 Winfried Koehler <w_scan@gmx-topmail.de>
+Yuri Per <yuri@acronis.com>
diff --git a/ChangeLog.rst b/ChangeLog.rst
index a37b63f..a99f11d 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -1,5 +1,5 @@
-Unreleased Changes
-==================
+libfuse 3.8.0 (2019-11-03)
+==========================
 
 * Added support for FUSE_LSEEK operation which can be used to report holes
   in sparse files.
diff --git a/meson.build b/meson.build
index b71baba..0f1a77f 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('libfuse3', ['cpp', 'c'], version: '3.7.0',
+project('libfuse3', ['cpp', 'c'], version: '3.8.0',
         meson_version: '>= 0.42',
         default_options: [ 'buildtype=debugoptimized' ])