diff --git a/CHANGELOG b/CHANGELOG
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,10 @@
+http-client-restricted (0.1.0) unstable; urgency=medium
+
+  * Switch from connection to crypton-connection in order to support
+    being used with tls-1.7, which use crypton rather than cryptonite.
+
+ -- Joey Hess <id@joeyh.name>  Tue, 01 Aug 2023 18:45:47 -0400
+
 http-client-restricted (0.0.5) unstable; urgency=medium
 
   * Deal with raw IPv6 addresses correctly, stripping square
diff --git a/http-client-restricted.cabal b/http-client-restricted.cabal
--- a/http-client-restricted.cabal
+++ b/http-client-restricted.cabal
@@ -1,5 +1,5 @@
 Name: http-client-restricted
-Version: 0.0.5
+Version: 0.1.0
 Cabal-Version: >= 1.10
 Maintainer: Joey Hess <id@joeyh.name>
 Author: Joey Hess
@@ -29,7 +29,7 @@
       base >= 4.11.1.0 && < 5.0
     , http-client >= 0.7.11 && < 0.8
     , http-client-tls >= 0.3.6 && < 0.4
-    , connection >= 0.2.5
+    , crypton-connection >= 0.3.1
     , data-default
     , network (>= 3.0.0.0)
     , network-bsd
