diff --git a/_service b/_service
index aae8afd..b043f19 100644
--- a/_service
+++ b/_service
@@ -3,8 +3,8 @@
https://github.com/containers/fuse-overlayfs.git
git
fuse-overlayfs
- 0.4.1
- v0.4.1
+ 0.5.1
+ v0.5.1
fuse-overlayfs
diff --git a/fuse-overlayfs-0.4.1.tar.xz b/fuse-overlayfs-0.4.1.tar.xz
deleted file mode 100644
index 16ee1f5..0000000
--- a/fuse-overlayfs-0.4.1.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:4b1986f75b43a65454871bce4816452eae5b74d109b031623d377a2db6eaa9d2
-size 69244
diff --git a/fuse-overlayfs-0.5.1.tar.xz b/fuse-overlayfs-0.5.1.tar.xz
new file mode 100644
index 0000000..5e1e071
--- /dev/null
+++ b/fuse-overlayfs-0.5.1.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:c4b1772ba77a10e59f666ec617745c2c37addec381d0c45ae1567ea97c805098
+size 73040
diff --git a/fuse-overlayfs.changes b/fuse-overlayfs.changes
index 4b7287b..38e544f 100644
--- a/fuse-overlayfs.changes
+++ b/fuse-overlayfs.changes
@@ -1,3 +1,19 @@
+-------------------------------------------------------------------
+Mon Aug 19 08:04:35 UTC 2019 - Sascha Grunert
+
+- Update to v0.5.1
+ - support fuse writeback cache and enable it by default
+ - update to latest gnulib
+ - add option to disable fsync
+ - add option to disable xattrs
+ - add option to skip ino number check in lower layers
+ - fix fd validity check
+ - fix memory leak
+ - fix read after free
+ - fix type for flistxattr return
+ - fix warnings reported by lgtm.com
+ - enable parallel dirops
+
-------------------------------------------------------------------
Mon Jun 17 06:43:31 UTC 2019 - Sascha Grunert
diff --git a/fuse-overlayfs.spec b/fuse-overlayfs.spec
index 711c0e8..33fe757 100644
--- a/fuse-overlayfs.spec
+++ b/fuse-overlayfs.spec
@@ -17,7 +17,7 @@
Name: fuse-overlayfs
-Version: 0.4.1
+Version: 0.5.1
Release: 0
Summary: FUSE implementation for overlayfs
License: GPL-3.0-only