diff --git a/CHANGELOG b/CHANGELOG index b56ae59c..1cc7890d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,9 @@ # CHANGELOG +- 0.14.5.0 (2023-06-23) + * #459 Support GHC 9.6 (By Michael Peyton Jones) + * #445 Default `ghc-lib` flag to True (by amesgen) + - 0.14.4.0 (2023-01-09) * #421 Support GHC 9.4 (by Lei Zhu) * #439 Fix NoXyz extension issues for .cabal files (by Lev Dvorkin) diff --git a/stylish-haskell.cabal b/stylish-haskell.cabal index f622d1c2..5711d36d 100644 --- a/stylish-haskell.cabal +++ b/stylish-haskell.cabal @@ -1,6 +1,6 @@ Cabal-version: 2.4 Name: stylish-haskell -Version: 0.14.4.0 +Version: 0.14.5.0 Synopsis: Haskell code prettifier Homepage: https://github.com/haskell/stylish-haskell License: BSD-3-Clause