diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,20 @@
 # Changelog for the Clash project
 
+## 1.4.5 *Oct 13th 2021*
+
+Changed:
+
+ * `clash-lib` now supports prettyprinter 1.7
+
+Documentation:
+
+ * The documentation on hidden clocks, resets, and enables has been corrected and extended in `Clash.Signal`.
+
 ## 1.4.4 *Oct 11th 2021*
+Changed:
+
+ * `clash-lib` now supports aeson >= 2.0
+
 Fixed:
 
  * Dont' loop on recursive data types hiding behind type families [#1921](https://github.com/clash-lang/clash-compiler/issues/1921)
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.4
+Version:              1.4.5
 Synopsis:             Clash: a functional hardware description language - GHC frontend
 Description:
   Clash is a functional hardware description language that borrows both its
@@ -163,8 +163,8 @@
                       transformers              >= 0.5.2.0  && < 0.7,
                       unordered-containers      >= 0.2.1.0  && < 0.3,
 
-                      clash-lib                 == 1.4.4,
-                      clash-prelude             == 1.4.4,
+                      clash-lib                 == 1.4.5,
+                      clash-prelude             == 1.4.5,
                       concurrent-supply         >= 0.1.7    && < 0.2,
                       ghc-typelits-extra        >= 0.3.2    && < 0.5,
                       ghc-typelits-knownnat     >= 0.6      && < 0.8,
