diff --git a/changelog.md b/changelog.md
new file mode 100644
--- /dev/null
+++ b/changelog.md
@@ -0,0 +1,5 @@
+# Changelog
+
+## 1.0.0.5
+
+- Support GHC 9.14.
diff --git a/om-socket.cabal b/om-socket.cabal
--- a/om-socket.cabal
+++ b/om-socket.cabal
@@ -1,6 +1,6 @@
 cabal-version:       3.0
 name:                om-socket
-version:             1.0.0.4
+version:             1.0.0.5
 synopsis:            Socket utilities.
 description:         Binary ingress server, egress client, and
                      bidirectional binarry client/server
@@ -14,6 +14,7 @@
 extra-source-files:
   LICENSE
   README.md
+  changelog.md
 
 common warnings
   ghc-options:
@@ -26,7 +27,7 @@
 
 common dependencies
   build-depends:
-    , base                 >= 4.15.1.0  && < 4.22
+    , base                 >= 4.15.1.0  && < 4.23
     , binary               >= 0.8.8.0   && < 0.9
     , exceptions           >= 0.10.4    && < 0.11
     , monad-logger         >= 0.3.37    && < 0.4
@@ -53,7 +54,7 @@
     , stm                  >= 2.5.0.0   && < 2.6
     , streaming-binary     >= 0.3.0.1   && < 0.4
     , streaming-bytestring >= 0.3.2     && < 0.4
-    , tls                  >= 1.5.8     && < 2.2
+    , tls                  >= 1.5.8     && < 2.4
 
 test-suite test
   import: dependencies, warnings
