diff --git a/changelog.md b/changelog.md
new file mode 100644
--- /dev/null
+++ b/changelog.md
@@ -0,0 +1,5 @@
+# Changelog
+
+## 0.6.0.1
+
+- Support GHC 9.14.
diff --git a/om-http.cabal b/om-http.cabal
--- a/om-http.cabal
+++ b/om-http.cabal
@@ -1,6 +1,6 @@
 cabal-version:       3.0
 name:                om-http
-version:             0.6.0.0
+version:             0.6.0.1
 synopsis:            Http utilities.
 description:         Random HTTP utilities.
 homepage:            https://github.com/owensmurray/om-http
@@ -14,12 +14,13 @@
 extra-source-files:
   README.md
   LICENSE
+  changelog.md
 
 common dependencies
   build-depends:
     , aeson              >= 2.2.2.0   && < 2.3
     , async              >= 2.2.5     && < 2.3
-    , base               >= 4.20.0.0  && < 4.22
+    , base               >= 4.20.0.0  && < 4.23
     , base64             >= 1.0       && < 1.1
     , bytestring         >= 0.11.5.0  && < 0.13
     , case-insensitive   >= 1.2.0.11  && < 1.3
@@ -33,7 +34,7 @@
     , om-show            >= 0.1.2.10  && < 0.2
     , safe-exceptions    >= 0.1.7.4   && < 0.2
     , servant            >= 0.20.1    && < 0.21
-    , template-haskell   >= 2.22.0.0  && < 2.24
+    , template-haskell   >= 2.22.0.0  && < 2.25
     , text               >= 2.1.1     && < 2.2
     , time               >= 1.9.2     && < 1.15
     , unix               >= 2.7.3     && < 2.9
