diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown
--- a/CHANGELOG.markdown
+++ b/CHANGELOG.markdown
@@ -1,3 +1,7 @@
+3.7.1.3
+-------
+* `nats` version 1 support
+
 3.7.1
 -----
 * Responds more gracefully to `SFail`, which was added to `wl-pprint-terminfo`.
diff --git a/wl-pprint-terminfo.cabal b/wl-pprint-terminfo.cabal
--- a/wl-pprint-terminfo.cabal
+++ b/wl-pprint-terminfo.cabal
@@ -1,6 +1,6 @@
 name:               wl-pprint-terminfo
 category:           Control, Monads, Text
-version:            3.7.1.2
+version:            3.7.1.3
 cabal-version:      >= 1.6
 license:            BSD3
 license-file:       LICENSE
@@ -49,7 +49,7 @@
     base             == 4.*,
     bytestring       >= 0.9.1   && < 0.11,
     containers       >= 0.4     && < 0.6,
-    nats             >= 0.1     && < 1,
+    nats             >= 0.1     && < 2,
     semigroups       >= 0.9     && < 1,
     wl-pprint-extras >= 3.4     && < 4,
     terminfo         >= 0.3.2   && < 0.5,
