diff --git a/changes.md b/changes.md
--- a/changes.md
+++ b/changes.md
@@ -1,3 +1,6 @@
+# 1.1.0.1
+    - Update version constraint on @cryptoids@
+
 # 1.1.0
     - Switch to using 'MonadThrow' instead of 'MonadError'
 
diff --git a/uuid-crypto.cabal b/uuid-crypto.cabal
--- a/uuid-crypto.cabal
+++ b/uuid-crypto.cabal
@@ -1,5 +1,5 @@
 name: uuid-crypto
-version: 1.1.0
+version: 1.1.0.1
 cabal-version: >=1.10
 build-type: Simple
 license: BSD3
@@ -22,7 +22,7 @@
     build-depends:
         base >=4.9 && <4.11,
         cryptoids-types ==0.0.0,
-        cryptoids ==0.1.0,
+        cryptoids ==0.1.0.*,
         uuid >=1.3.13 && <1.4,
         cryptonite >=0.23 && <0.25,
         binary >=0.8.3.0 && <0.9,
