diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,7 @@
 # Changelog
 
+see latest changes on [Github](https://github.com/morpheusgraphql/morpheus-graphql/releases)
+
 ## 0.19.0 - 21.03.2022
 
 ### Breaking Changes
diff --git a/morpheus-graphql.cabal b/morpheus-graphql.cabal
--- a/morpheus-graphql.cabal
+++ b/morpheus-graphql.cabal
@@ -5,7 +5,7 @@
 -- see: https://github.com/sol/hpack
 
 name:           morpheus-graphql
-version:        0.19.0
+version:        0.19.1
 synopsis:       Morpheus GraphQL
 description:    Build GraphQL APIs with your favourite functional language!
 category:       web, graphql
@@ -18,8 +18,8 @@
 license-file:   LICENSE
 build-type:     Simple
 extra-source-files:
-    changelog.md
     README.md
+    changelog.md
 data-files:
     test/Feature/Collision/category-collision-fail/query.gql
     test/Feature/Collision/category-collision-success/query.gql
@@ -461,11 +461,11 @@
 library
   exposed-modules:
       Data.Morpheus
+      Data.Morpheus.Document
       Data.Morpheus.Kind
-      Data.Morpheus.Types
       Data.Morpheus.NamedResolvers
       Data.Morpheus.Server
-      Data.Morpheus.Document
+      Data.Morpheus.Types
   other-modules:
       Data.Morpheus.Server.Deriving.App
       Data.Morpheus.Server.Deriving.Channels
@@ -505,11 +505,11 @@
     , morpheus-graphql-app >=0.19.0 && <0.20.0
     , morpheus-graphql-code-gen >=0.19.0 && <0.20.0
     , morpheus-graphql-core >=0.19.0 && <0.20.0
-    , mtl >=2.0 && <=3.0
-    , relude >=0.3.0
-    , template-haskell >=2.0 && <=3.0
+    , mtl >=2.0 && <3.0
+    , relude >=0.3.0 && <2.0
+    , template-haskell >=2.0 && <3.0
     , text >=1.2.3.0 && <1.3
-    , transformers >=0.3.0.0 && <0.6
+    , transformers >=0.3 && <0.6
     , unordered-containers >=0.2.8.0 && <0.3
     , vector >=0.12.0.1 && <0.13
   default-language: Haskell2010
@@ -551,7 +551,7 @@
       test
   ghc-options: -Wall
   build-depends:
-      aeson
+      aeson >=1.4.4.0 && <3
     , base >=4.7 && <5
     , bytestring >=0.10.4 && <0.11
     , containers >=0.4.2.1 && <0.7
@@ -561,13 +561,13 @@
     , morpheus-graphql-core >=0.19.0 && <0.20.0
     , morpheus-graphql-subscriptions >=0.19.0 && <0.20.0
     , morpheus-graphql-tests >=0.19.0 && <0.20.0
-    , mtl >=2.0 && <=3.0
-    , relude >=0.3.0
-    , tasty
-    , tasty-hunit
-    , template-haskell >=2.0 && <=3.0
+    , mtl >=2.0 && <3.0
+    , relude >=0.3.0 && <2.0
+    , tasty >=0.1 && <1.5
+    , tasty-hunit >=0.1 && <1.0
+    , template-haskell >=2.0 && <3.0
     , text >=1.2.3.0 && <1.3
-    , transformers >=0.3.0.0 && <0.6
+    , transformers >=0.3 && <0.6
     , unordered-containers >=0.2.8.0 && <0.3
     , vector >=0.12.0.1 && <0.13
   default-language: Haskell2010
