diff --git a/_service b/_service
index 7033180..100b185 100644
--- a/_service
+++ b/_service
@@ -4,8 +4,8 @@
git
cni-plugins
.git
- 0.8.3
- v0.8.3
+ 0.8.4
+ v0.8.4
enable
diff --git a/cni-plugins-0.8.3.tar.xz b/cni-plugins-0.8.3.tar.xz
deleted file mode 100644
index 028337a..0000000
--- a/cni-plugins-0.8.3.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:f7abae645a64111b4e014cafc588ba3513bb32343aec3d84f41ea19621b119c1
-size 797096
diff --git a/cni-plugins-0.8.4.tar.xz b/cni-plugins-0.8.4.tar.xz
new file mode 100644
index 0000000..fad1fd8
--- /dev/null
+++ b/cni-plugins-0.8.4.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f676942828ce3fdfdc6fca260dc59fcfa6003e47ac444b5c96754c0e7be16e11
+size 797748
diff --git a/cni-plugins.changes b/cni-plugins.changes
index cbc461b..500730d 100644
--- a/cni-plugins.changes
+++ b/cni-plugins.changes
@@ -1,3 +1,15 @@
+-------------------------------------------------------------------
+Thu Jan 9 13:24:41 UTC 2020 - Sascha Grunert
+
+- Update to version 0.8.4:
+ * add support for mips64le
+ * Add missing cniVersion in README example
+ * bump go-iptables module to v0.4.5
+ * iptables: add idempotent functions
+ * portmap doesn't fail if chain doesn't exist
+ * fix portmap port forward flakiness
+ * Add Bruce Ma and Piotr Skarmuk as owners
+
-------------------------------------------------------------------
Mon Nov 11 14:53:55 UTC 2019 - sgrunert@suse.com
diff --git a/cni-plugins.spec b/cni-plugins.spec
index 5f275ad..7e35761 100644
--- a/cni-plugins.spec
+++ b/cni-plugins.spec
@@ -1,7 +1,7 @@
#
# spec file for package cni-plugins
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -20,12 +20,12 @@
%define cni_doc_dir %{_docdir}/cni-plugins
Name: cni-plugins
-Version: 0.8.3
+Version: 0.8.4
Release: 0
Summary: Container Network Interface plugins
License: Apache-2.0
Group: System/Management
-Url: https://github.com/containernetworking/plugins
+URL: https://github.com/containernetworking/plugins
Source: %{name}-%{version}.tar.xz
BuildRequires: go >= 1.11
BuildRequires: golang-packaging