diff --git a/uuid-crypto/changes.md b/uuid-crypto/changes.md index f9fc18a..0da6699 100644 --- a/uuid-crypto/changes.md +++ b/uuid-crypto/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/uuid-crypto.cabal b/uuid-crypto/uuid-crypto.cabal index 080ce7b..5dcabf3 100644 --- a/uuid-crypto/uuid-crypto.cabal +++ b/uuid-crypto/uuid-crypto.cabal @@ -1,5 +1,5 @@ name: uuid-crypto -version: 1.1.0 +version: 1.1.0.1 synopsis: Reversable and secure encoding of object ids as uuids license: BSD3 license-file: LICENSE @@ -28,7 +28,7 @@ library other-extensions: ScopedTypeVariables 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