diff --git a/_service b/_service
index 66f7d33..0699114 100644
--- a/_service
+++ b/_service
@@ -4,7 +4,7 @@
https://github.com/flatpak/flatpak.git
git
@PARENT_TAG@
- refs/tags/1.6.1
+ refs/tags/1.6.2
*.tar
diff --git a/flatpak-1.6.1.tar.xz b/flatpak-1.6.1.tar.xz
deleted file mode 100644
index bead706..0000000
--- a/flatpak-1.6.1.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:2b3cba5ae13c988f318adcd15a0dd16c403c0d99c2aceb7a8a4ad76969485f77
-size 973940
diff --git a/flatpak-1.6.2.tar.xz b/flatpak-1.6.2.tar.xz
new file mode 100644
index 0000000..80c73c2
--- /dev/null
+++ b/flatpak-1.6.2.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:fe43896823f57af6e0c66c7d7006a4ff96443e169cdd791713fb5168dc96c15d
+size 990260
diff --git a/flatpak.changes b/flatpak.changes
index 47bbb31..48ae5e3 100644
--- a/flatpak.changes
+++ b/flatpak.changes
@@ -1,3 +1,19 @@
+-------------------------------------------------------------------
+Thu Feb 13 15:57:51 UTC 2020 - Antonio Larrosa
+
+- Update to version 1.6.2:
+ + Due to a combination of some behaviour in flatpak and recent versions of
+ ostree we at some point lost the use of deltas for the initial install
+ case, instead always falling back to a full ostree operation which is
+ a lot less efficient for pulls with many small files like a runtime. This
+ caused some very slow installs from e.g. flathub, so it's recommended to
+ update to this version to get better install performance.
+ + We now correctly handle TMPDIR env var overrides when bwrap is setuid
+ + Disallow running "flatpak run" under sudo (as it doesn't work and causes issues)
+ + Fix build with older versions of glib
+ + Minor documentation updates
+ + Updated translations
+
-------------------------------------------------------------------
Thu Jan 30 16:56:01 UTC 2020 - Antonio Larrosa
diff --git a/flatpak.spec b/flatpak.spec
index 3e8cd59..c8f7b70 100644
--- a/flatpak.spec
+++ b/flatpak.spec
@@ -32,7 +32,7 @@
%define libname libflatpak0
Name: flatpak
-Version: 1.6.1
+Version: 1.6.2
Release: 0
Summary: OSTree based application bundles management
License: LGPL-2.1-or-later