diff --git a/.gitignore b/.gitignore
index 1440909..4c869f1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-SOURCES/insights-client-3.1.1.tar.gz
+SOURCES/insights-client-3.1.3.tar.gz
diff --git a/.insights-client.metadata b/.insights-client.metadata
index 02fae66..05b07ff 100644
--- a/.insights-client.metadata
+++ b/.insights-client.metadata
@@ -1 +1 @@
-b20ae53eb3bd1954f0cd9de9d1f131452d9395ab SOURCES/insights-client-3.1.1.tar.gz
+b5bb188f2991fc33bc195f4769994b3447d590b4 SOURCES/insights-client-3.1.3.tar.gz
diff --git a/SPECS/insights-client.spec b/SPECS/insights-client.spec
index 39459bc..80bff88 100644
--- a/SPECS/insights-client.spec
+++ b/SPECS/insights-client.spec
@@ -2,8 +2,8 @@
 
 Name:                   insights-client
 Summary:                Uploads Insights information to Red Hat on a periodic basis
-Version:                3.1.1
-Release:                1%{?dist}
+Version:                3.1.3
+Release:                2%{?dist}
 Source0:                https://github.com/RedHatInsights/insights-client/releases/download/v%{version}/insights-client-%{version}.tar.gz
 Epoch:                  0
 License:                GPLv2+
@@ -75,12 +75,15 @@ fi
 %systemd_preun %{name}.service
 %systemd_preun insights-register.path
 %systemd_preun insights-unregister.path
+%systemd_preun insights-client-boot.service
 
 %postun
 %systemd_postun %{name}.timer
 %systemd_postun %{name}.service
 %systemd_postun insights-register.path
 %systemd_postun insights-unregister.path
+%systemd_postun insights-client-boot.service
+
 # Clean up files created by insights-client that are unowned by the RPM
 if [ $1 -eq 0 ]; then
     systemctl unmask insights-register.path
@@ -90,6 +93,7 @@ if [ $1 -eq 0 ]; then
     rm -f %{_sysconfdir}/motd.d/insights-client
     rm -rf %{_localstatedir}/lib/insights
     rm -rf %{_localstatedir}/log/insights-client
+    rm -f %{_sysconfdir}/insights-client/.*.etag
 fi
 
 
@@ -118,6 +122,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Tue Apr 20 2021 Jeremy Crafts <jcrafts@redhat.com> - 3.1.2-1
+- New upstream version
+
 * Thu Nov 19 2020 Link Dupont <link@redhat.com> - 3.1.1-1
 - New upstream release (RHBZ#1899590)