diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,9 @@
 # Changelog
 
+## 0.1.0.6
+
+- Allow http-api-data 0.7.
+
 ## 0.1.0.5
 
 - Support GHC 9.14.
diff --git a/om-doh.cabal b/om-doh.cabal
--- a/om-doh.cabal
+++ b/om-doh.cabal
@@ -1,6 +1,6 @@
 cabal-version:       3.0
 name:                om-doh
-version:             0.1.0.5
+version:             0.1.0.6
 synopsis:            om-doh
 -- description:         
 homepage:            https://github.com/owensmurray/om-doh
@@ -26,7 +26,7 @@
    , base           >= 4.19.0.0 && < 4.23
    , base64         >= 1.0      && < 1.1
    , bytestring     >= 0.12.0.2 && < 0.13
-   , http-api-data  >= 0.6      && < 0.7
+   , http-api-data  >= 0.6      && < 0.8
    , resolv         >= 0.2.0.2  && < 0.3
    , servant        >= 0.20.1   && < 0.21
    , servant-server >= 0.20     && < 0.21
