diff --git a/_service b/_service
index 5d7613b..db2701b 100644
--- a/_service
+++ b/_service
@@ -4,7 +4,7 @@
git
@PARENT_TAG@
enable
- refs/tags/0.5
+ refs/tags/0.8
*.tar
diff --git a/_servicedata b/_servicedata
index e6ea366..3809d7b 100644
--- a/_servicedata
+++ b/_servicedata
@@ -1,4 +1,4 @@
https://github.com/flatpak/xdg-desktop-portal.git
- 3daad21c289952edb60573752c9aa93a5c56e66d
\ No newline at end of file
+ ea111542b516142a0740ab8f47325566a9c51693
\ No newline at end of file
diff --git a/xdg-desktop-portal-0.5.tar.xz b/xdg-desktop-portal-0.5.tar.xz
deleted file mode 100644
index 8be8914..0000000
--- a/xdg-desktop-portal-0.5.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:016aa835c5cb26949d50b30c8fce6019d064e9003563f6213f312c9f98abe310
-size 45932
diff --git a/xdg-desktop-portal-0.8.tar.xz b/xdg-desktop-portal-0.8.tar.xz
new file mode 100644
index 0000000..f48af8d
--- /dev/null
+++ b/xdg-desktop-portal-0.8.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:4f08123ad9ecb9b2561dfd363858d2f21f4f3c4e53d384405cff7761f1ea275f
+size 49812
diff --git a/xdg-desktop-portal.changes b/xdg-desktop-portal.changes
index dbc0005..008166c 100644
--- a/xdg-desktop-portal.changes
+++ b/xdg-desktop-portal.changes
@@ -1,3 +1,47 @@
+-------------------------------------------------------------------
+Mon Jun 26 12:26:40 UTC 2017 - zaitor@opensuse.org
+
+- Update to version 0.8:
+ + Update po files.
+- Changes from version 0.7:
+ + notification: Fix copy+paste error.
+ + notification: Subscribe to the right interface for signals.
+ + If the random request ID creates a collision, pick a new random
+ ID.
+ + Add some rationale.
+ + Fix a typo.
+ + Update README.md.
+ + OpenURI: Refuse to handle file: uris.
+ + Add an OpenFile method.
+ + OpenFile: Fix URI.
+ + Cache entire flatpak info file for peer, not just app id.
+ + Store the cached flatpak-info keyfile with the request.
+ + OpenFile: Rewrite app paths in /usr and /app (and /newroot).
+ + OpenFile: Ensure that passed O_PATH fd is correct.
+ + Send more data to the appchooser.
+ + Updated translations.
+- Changes from version 0.6:
+ + Remove what appears to be printing lines from a debugging
+ session.
+ + open-uri: Fix segfault crash when no content-type can be
+ resolved.
+ + account: Remove debug spew.
+ + Update README.md.
+ + Add an email portal.
+ + Include the email portal in the docs.
+ + build: No need to clean org.freedesktop.portal.Desktop.service
+ twice.
+ + Add a systemd user unit corresponding to the session service.
+ + notifications: Add better debug and error messages.
+ + device: Add more detail to error messages.
+ + Handle g_variant_lookup failure.
+ + Encode po/Makevars in UTF-8.
+ + Initialize autofree string variable to NULL.
+ + open-uri: Implement a more permissive policy for the OpenURI
+ portal.
+ + data: Fix typo in NetworkMonitor XML definition.
+ + Updated translations.
+
-------------------------------------------------------------------
Sun Jan 22 09:50:48 UTC 2017 - zaitor@opensuse.org
diff --git a/xdg-desktop-portal.spec b/xdg-desktop-portal.spec
index 8621ef2..f7ddbba 100644
--- a/xdg-desktop-portal.spec
+++ b/xdg-desktop-portal.spec
@@ -17,7 +17,7 @@
Name: xdg-desktop-portal
-Version: 0.5
+Version: 0.8
Release: 0
Summary: A portal frontend service for Flatpak
License: LGPL-2.1+
@@ -74,9 +74,11 @@ make %{?_smp_mflags} DESTDIR=%{buildroot} install
%defattr(-,root,root)
%doc COPYING
%{_libexecdir}/xdg-desktop-portal
+%{_userunitdir}/xdg-desktop-portal.service
%{_datadir}/dbus-1/interfaces/org.freedesktop.impl.portal.Access.xml
%{_datadir}/dbus-1/interfaces/org.freedesktop.impl.portal.Account.xml
%{_datadir}/dbus-1/interfaces/org.freedesktop.impl.portal.AppChooser.xml
+%{_datadir}/dbus-1/interfaces/org.freedesktop.impl.portal.Email.xml
%{_datadir}/dbus-1/interfaces/org.freedesktop.impl.portal.FileChooser.xml
%{_datadir}/dbus-1/interfaces/org.freedesktop.impl.portal.Inhibit.xml
%{_datadir}/dbus-1/interfaces/org.freedesktop.impl.portal.Notification.xml
@@ -85,6 +87,7 @@ make %{?_smp_mflags} DESTDIR=%{buildroot} install
%{_datadir}/dbus-1/interfaces/org.freedesktop.impl.portal.Screenshot.xml
%{_datadir}/dbus-1/interfaces/org.freedesktop.portal.Account.xml
%{_datadir}/dbus-1/interfaces/org.freedesktop.portal.Device.xml
+%{_datadir}/dbus-1/interfaces/org.freedesktop.portal.Email.xml
%{_datadir}/dbus-1/interfaces/org.freedesktop.portal.FileChooser.xml
%{_datadir}/dbus-1/interfaces/org.freedesktop.portal.Inhibit.xml
%{_datadir}/dbus-1/interfaces/org.freedesktop.portal.NetworkMonitor.xml