diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
 # Changelog for the Clash project
 
+## 1.4.4 *Oct 11th 2021*
+Fixed:
+
+ * Dont' loop on recursive data types hiding behind type families [#1921](https://github.com/clash-lang/clash-compiler/issues/1921)
+ * Recognize `enableGen` as workfree and don't duplicate registers [#1935](https://github.com/clash-lang/clash-compiler/issues/1935)
+
+
 ## 1.4.3 *Aug 8th 2021*
 Fixed:
 
diff --git a/clash-ghc.cabal b/clash-ghc.cabal
--- a/clash-ghc.cabal
+++ b/clash-ghc.cabal
@@ -1,6 +1,6 @@
 Cabal-version:        2.2
 Name:                 clash-ghc
-Version:              1.4.3
+Version:              1.4.4
 Synopsis:             Clash: a functional hardware description language - GHC frontend
 Description:
   Clash is a functional hardware description language that borrows both its
@@ -160,17 +160,17 @@
                       mtl                       >= 2.1.1    && < 2.3,
                       split                     >= 0.2.3    && < 0.3,
                       text                      >= 1.2.2    && < 1.3,
-                      transformers              >= 0.5.2.0  && < 0.6,
+                      transformers              >= 0.5.2.0  && < 0.7,
                       unordered-containers      >= 0.2.1.0  && < 0.3,
 
-                      clash-lib                 == 1.4.3,
-                      clash-prelude             == 1.4.3,
+                      clash-lib                 == 1.4.4,
+                      clash-prelude             == 1.4.4,
                       concurrent-supply         >= 0.1.7    && < 0.2,
                       ghc-typelits-extra        >= 0.3.2    && < 0.5,
                       ghc-typelits-knownnat     >= 0.6      && < 0.8,
                       ghc-typelits-natnormalise >= 0.6      && < 0.8,
                       deepseq                   >= 1.3.0.2  && < 1.5,
-                      time                      >= 1.4.0.1  && < 1.12,
+                      time                      >= 1.4.0.1  && < 1.13,
                       ghc-boot                  >= 8.4.0    && < 9.1,
                       ghc-prim                  >= 0.3.1.0  && < 0.8,
                       ghci                      >= 8.4.0    && < 9.1,
