diff --git a/_service b/_service
index 7e1f962..82eb474 100644
--- a/_service
+++ b/_service
@@ -4,7 +4,7 @@
https://github.com/flatpak/flatpak.git
git
@PARENT_TAG@
- refs/tags/1.8.2
+ refs/tags/1.8.3
*.tar
diff --git a/flatpak-1.8.2.tar.xz b/flatpak-1.8.2.tar.xz
deleted file mode 100644
index b4eb936..0000000
--- a/flatpak-1.8.2.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:ed9c632aeaba65bfe438dd05e95e0b6aabb70107bc222e05819231900d8ccba6
-size 1046244
diff --git a/flatpak-1.8.3.tar.xz b/flatpak-1.8.3.tar.xz
new file mode 100644
index 0000000..0bb2da9
--- /dev/null
+++ b/flatpak-1.8.3.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:594192a03a39e6ed428cc2995b2ce7fa8ce0449b3d789681eb59f957985d4b13
+size 1046972
diff --git a/flatpak.changes b/flatpak.changes
index 34d0f73..019f493 100644
--- a/flatpak.changes
+++ b/flatpak.changes
@@ -1,3 +1,27 @@
+-------------------------------------------------------------------
+Mon Nov 23 17:30:01 UTC 2020 - Dominique Leuenberger
+
+- Update to version 1.8.3:
+ + Fixed progress reporting for OCI and extra-data.
+ + The in-memory summary cache is more efficient.
+ + Fixed authentication getting stuck in a loop in some cases.
+ + Fixed authentication error reporting.
+ + We now extract OCI info for runtimes as well as apps.
+ + Fixed crash if anonymous authentication fails and -y is
+ specified.
+ + flatpak info now only looks at the specified installation if
+ one is specified.
+ + Better error reporting for server HTTP errors during download.
+ + Uninstall now removes applications before the runtime it
+ depends on.
+ + Fixed test-suite to pass with the latest OSTree version.
+ + Fixed dbus environment variables in flatpak enter.
+ + Avoid updating metadata from the remote when uninstalling.
+ + Fixed error message handling in various places.
+ + FlatpakTransaction now verifies all passed in refs to avoid.
+ + potential issues with invalid names.
+ + Updated translations.
+
-------------------------------------------------------------------
Sat Aug 22 13:10:16 UTC 2020 - Bjørn Lie
diff --git a/flatpak.spec b/flatpak.spec
index 961d777..a17fe06 100644
--- a/flatpak.spec
+++ b/flatpak.spec
@@ -32,7 +32,7 @@
%define libname libflatpak0
Name: flatpak
-Version: 1.8.2
+Version: 1.8.3
Release: 0
Summary: OSTree based application bundles management
License: LGPL-2.1-or-later