diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,3 +1,7 @@
+## 0.8.0.2
+### Changed
+- Support dbus 1.4.x
+
 ## 0.8.0.1
 ### Changed
 - Move from Github to Radicle.
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # Haskell Desktop Portal
 
-A Haskell wrapper for the [XDG Desktop Portal](https://github.com/flatpak/xdg-desktop-portal) DBUS API. Like [libportal](https://github.com/flatpak/libportal), but written in Haskell. Primarily intended to support applications packaged as Flatpaks (see [monomer-flatpak-example](https://github.com/Dretch/monomer-flatpak-example)).
+A Haskell wrapper for the [XDG Desktop Portal](https://github.com/flatpak/xdg-desktop-portal) DBUS API. Like [libportal](https://github.com/flatpak/libportal), but written in Haskell. Primarily intended to support applications packaged as Flatpaks (see [monomer-flatpak-example](https://app.radicle.xyz/nodes/ash.radicle.garden/rad:z2zq34cbtixUmh2Wy8K38BCWac4fG)).
 
 ## Current Status
 - Unstable. Functionality and API may change considerably.
@@ -15,7 +15,7 @@
 
 ## Example Code
 
-The [monomer-flatpak-example](https://github.com/Dretch/monomer-flatpak-example) app includes example code for many of the APIs.
+The [monomer-flatpak-example](https://app.radicle.xyz/nodes/ash.radicle.garden/rad:z2zq34cbtixUmh2Wy8K38BCWac4fG) app includes example code for many of the APIs.
 
 ## Development Guide
 
diff --git a/desktop-portal.cabal b/desktop-portal.cabal
--- a/desktop-portal.cabal
+++ b/desktop-portal.cabal
@@ -1,6 +1,6 @@
 cabal-version:      1.12
 name:               desktop-portal
-version:            0.8.0.1
+version:            0.8.0.2
 license:            MIT
 license-file:       LICENSE
 maintainer:         garethdanielsmith@gmail.com
@@ -56,18 +56,18 @@
 
     build-depends:
         base >=4.7 && <5,
-        binary >=0.8.9.1 && <0.9,
-        bytestring >=0.12.1.0 && <0.13,
-        containers >=0.6.8 && <0.7,
-        data-default >=0.7.1.3 && <0.8,
-        dbus >=1.3.9 && <1.4,
+        binary >=0.8.9.3 && <0.9,
+        bytestring >=0.12.2.0 && <0.13,
+        containers >=0.7 && <0.8,
+        data-default >=0.8.0.1 && <0.9,
+        dbus >=1.3.9 && <1.5,
         directory >=1.3.9.0 && <1.4,
         filepath >=1.5.0.0 && <1.6,
         modern-uri >=0.3.6.1 && <0.4,
         network >=3.2.7.0 && <3.3,
         os-string >=2.0.0 && <2.1,
         random >=1.2.1.3 && <1.3,
-        text >=2.1.1 && <2.2,
+        text >=2.1.2 && <2.2,
         unix >=2.8.6.0 && <2.9
 
 test-suite spec
@@ -103,11 +103,11 @@
 
     build-depends:
         base >=4.7 && <5,
-        binary >=0.8.9.1 && <0.9,
-        bytestring >=0.12.1.0 && <0.13,
-        containers >=0.6.8 && <0.7,
-        data-default >=0.7.1.3 && <0.8,
-        dbus >=1.3.9 && <1.4,
+        binary >=0.8.9.3 && <0.9,
+        bytestring >=0.12.2.0 && <0.13,
+        containers >=0.7 && <0.8,
+        data-default >=0.8.0.1 && <0.9,
+        dbus >=1.3.9 && <1.5,
         desktop-portal,
         directory >=1.3.9.0 && <1.4,
         filepath >=1.5.0.0 && <1.6,
@@ -119,5 +119,5 @@
         process >=1.6.25.0 && <1.7,
         random >=1.2.1.3 && <1.3,
         temporary >=1.3 && <1.4,
-        text >=2.1.1 && <2.2,
+        text >=2.1.2 && <2.2,
         unix >=2.8.6.0 && <2.9
