diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,5 @@
 # Changelog
 
-## 0.19.0 - 21.03.2022
+see latest changes on [Github](https://github.com/morpheusgraphql/morpheus-graphql/releases)
 
 ## 0.18.0 - 08.11.2021
diff --git a/morpheus-graphql-code-gen.cabal b/morpheus-graphql-code-gen.cabal
--- a/morpheus-graphql-code-gen.cabal
+++ b/morpheus-graphql-code-gen.cabal
@@ -5,7 +5,7 @@
 -- see: https://github.com/sol/hpack
 
 name:           morpheus-graphql-code-gen
-version:        0.19.0
+version:        0.19.1
 synopsis:       Morpheus GraphQL CLI
 description:    code generator for Morpheus GraphQL
 category:       web, graphql, cli
@@ -18,8 +18,8 @@
 license-file:   LICENSE
 build-type:     Simple
 extra-source-files:
-    changelog.md
     README.md
+    changelog.md
 
 source-repository head
   type: git
@@ -27,8 +27,8 @@
 
 library
   exposed-modules:
-      Data.Morpheus.CodeGen.Internal.AST
       Data.Morpheus.CodeGen
+      Data.Morpheus.CodeGen.Internal.AST
       Data.Morpheus.CodeGen.Internal.TH
   other-modules:
       Data.Morpheus.CodeGen.Internal.Name
@@ -48,7 +48,7 @@
     , containers >=0.4.2.1 && <0.7
     , morpheus-graphql-core >=0.19.0 && <0.20.0
     , prettyprinter >=1.2 && <2.0
-    , relude >=0.3.0 && <1.1
+    , relude >=0.3.0 && <2.0
     , template-haskell >=2.0 && <3.0
     , text >=1.2.3.0 && <1.3
     , unordered-containers >=0.2.8.0 && <0.3
@@ -70,7 +70,7 @@
     , morpheus-graphql-core >=0.19.0 && <0.20.0
     , optparse-applicative >=0.12 && <0.18
     , prettyprinter >=1.2 && <2.0
-    , relude >=0.3.0 && <1.1
+    , relude >=0.3.0 && <2.0
     , template-haskell >=2.0 && <3.0
     , text >=1.2.3.0 && <1.3
     , unordered-containers >=0.2.8.0 && <0.3
