diff --git a/_service b/_service
index e8ae2c5..df465bf 100644
--- a/_service
+++ b/_service
@@ -3,7 +3,7 @@
https://github.com/flatpak/flatpak.git
git
@PARENT_TAG@
- refs/tags/1.4.0
+ refs/tags/1.4.1
*.tar
diff --git a/flatpak-1.4.0.tar.xz b/flatpak-1.4.0.tar.xz
deleted file mode 100644
index a200c79..0000000
--- a/flatpak-1.4.0.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:37c03628130a85f449a5b53b77eecc2eb368701d4918c815a77c0c0f11f12c7a
-size 901820
diff --git a/flatpak-1.4.1.tar.xz b/flatpak-1.4.1.tar.xz
new file mode 100644
index 0000000..b490392
--- /dev/null
+++ b/flatpak-1.4.1.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:04027bcefebea169aa0d5b98d03cc502b1ad0cc03d362dbbaac509ab6b029ebc
+size 902828
diff --git a/flatpak.changes b/flatpak.changes
index 5bd92c9..b23fa0e 100644
--- a/flatpak.changes
+++ b/flatpak.changes
@@ -1,3 +1,22 @@
+-------------------------------------------------------------------
+Thu Jun 13 23:13:29 UTC 2019 - Bjørn Lie
+
+- Update to version 1.4.1:
+ + There was an accidental ABI break in libflatpak in 1.4.0
+ compared to the 1.2.x ABI which caused crashes in apps like
+ gnome-software.
+ + This has been fixed in this release so it is now ABI compatible
+ with 1.2.x, but NOT compatible with 1.4.0. It is recommended
+ that all distributions that shipped 1.4.0 update to 1.4.1 and
+ rebuild all dependencies of libflatpak.
+ + Make ABI compatible with 1.2.x.
+ + Fix some potential crashes.
+ + Fix some corner case where it was impossible to remove a
+ remote.
+ + Restore support for file: uris in the RuntimeRepo key in
+ flatpakref files.
+ + Updated translations.
+
-------------------------------------------------------------------
Wed May 29 07:14:13 UTC 2019 - Bjørn Lie
diff --git a/flatpak.spec b/flatpak.spec
index c9d08c4..23e962a 100644
--- a/flatpak.spec
+++ b/flatpak.spec
@@ -18,7 +18,7 @@
%define libname libflatpak0
Name: flatpak
-Version: 1.4.0
+Version: 1.4.1
Release: 0
Summary: OSTree based application bundles management
License: LGPL-2.1-or-later