diff --git a/_service b/_service
index 7420721..a3369ae 100644
--- a/_service
+++ b/_service
@@ -4,8 +4,8 @@
https://github.com/containers/libpod.git
git
podman
-0.9.3.1
-v0.9.3.1
+0.10.1
+v0.10.1
diff --git a/podman-0.10.1.tar.xz b/podman-0.10.1.tar.xz
new file mode 100644
index 0000000..456621a
--- /dev/null
+++ b/podman-0.10.1.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b9fe5c2952bcc768eaf888c0fbf839d7e07158a79c69fc345f64826fe85e190e
+size 3282504
diff --git a/podman-0.9.3.1.tar.xz b/podman-0.9.3.1.tar.xz
deleted file mode 100644
index b3b1706..0000000
--- a/podman-0.9.3.1.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:03baf8b21f688e6d30dc4810abe53ba555f7e458b686b196942d3b742ccb5427
-size 3254512
diff --git a/podman.changes b/podman.changes
index 675be91..c3e86bc 100644
--- a/podman.changes
+++ b/podman.changes
@@ -1,3 +1,30 @@
+-------------------------------------------------------------------
+Fri Oct 12 06:43:30 UTC 2018 - Valentin Rothberg
+
+- Changelog for v0.10.1 (2018-10-11)
+ * Sort all command flags
+ * rootless: detect when user namespaces are not enabled
+ * Log an otherwise ignored error from joining a net ns
+ * Update manpages for --ip flag
+ * Add --ip flag and plumbing into libpod
+ * Document --net as an alias of --network in podman run & create
+ * rootless: report more error messages from the startup phase
+ * rootless: fix an hang on older versions of setresuid/setresgid
+ * fix runlabel functions based on QA feedback
+ * Stop containers in parallel fashion
+ * runlabel: execute /proc/self/exe and avoid recursion
+ * Ensure resolv.conf has the right label and path
+ * completions: add checkpoint/restore completions
+ * Add support to checkpoint/restore containers
+ * selinux: drop superflous relabel
+ * rootless: always set XDG_RUNTIME_DIR
+ * Address review comments and fix ps output
+ * Disable SELinux labeling if --privileged
+ * Implement pod varlink bindings
+ * Add --all flag to podman kill
+ * Add container runlabel command
+ * run complex image names with short names
+
-------------------------------------------------------------------
Mon Oct 1 05:51:48 UTC 2018 - Valentin Rothberg
diff --git a/podman.spec b/podman.spec
index 41e22aa..f76a3ae 100644
--- a/podman.spec
+++ b/podman.spec
@@ -24,7 +24,7 @@
%define with_libostree 1
%endif
Name: podman
-Version: 0.9.3.1
+Version: 0.10.1
Release: 0
Summary: Debugging tool for pods and images
License: Apache-2.0