diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,11 @@
 `co-log-core` uses [PVP Versioning][1].
 The change log is available [on GitHub][2].
 
+## 0.3.2.0 — Nov 2, 2022
+
+* [#25](https://github.com/co-log/co-log-core/issues/25):
+  Support GHC-9.4.
+
 ## 0.3.1.0 — Feb 15, 2022
 
 * [#7](https://github.com/co-log/co-log-core/issues/7):
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -4,7 +4,6 @@
 
 [![GitHub CI](https://github.com/co-log/co-log-core/workflows/CI/badge.svg)](https://github.com/co-log/co-log-core/actions)
 [![Hackage][hk-img-core]][hk-core]
-[![Stackage LTS][lts-img-core]][lts-core]
 [![MPL-2.0 license](https://img.shields.io/badge/license-MPL--2.0-blue.svg)](https://github.com/kowainik/co-log/blob/main/LICENSE)
 
 `co-log-core` is a lightweight package that provides core types and functions to 
@@ -49,5 +48,3 @@
  
 [hk-img-core]: https://img.shields.io/hackage/v/co-log-core.svg?logo=haskell
 [hk-core]: https://hackage.haskell.org/package/co-log-core
-[lts-img-core]: http://stackage.org/package/co-log-core/badge/lts
-[lts-core]: http://stackage.org/lts/package/co-log-core
diff --git a/co-log-core.cabal b/co-log-core.cabal
--- a/co-log-core.cabal
+++ b/co-log-core.cabal
@@ -1,6 +1,6 @@
 cabal-version:       2.4
 name:                co-log-core
-version:             0.3.1.0
+version:             0.3.2.0
 synopsis:            Composable Contravariant Comonadic Logging Library
 description:
     This package provides core types and functions to work with the @LogAction@ data type which is both simple and powerful.
@@ -39,14 +39,15 @@
                      GHC == 8.8.4
                      GHC == 8.10.7
                      GHC == 9.0.2
-                     GHC == 9.2.1
+                     GHC == 9.2.4
+                     GHC == 9.4.2
 
 source-repository head
   type:                git
   location:            https://github.com/co-log/co-log-core.git
 
 common common-options
-  build-depends:       base >= 4.10.1.0 && < 4.17
+  build-depends:       base >= 4.10.1.0 && < 4.18
 
   ghc-options:         -Wall
                        -Wcompat
@@ -100,5 +101,5 @@
   type:                 exitcode-stdio-1.0
   hs-source-dirs:       test
   main-is:              Doctests.hs
-  build-depends:        doctest >= 0.16.0 && < 0.19
+  build-depends:        doctest >= 0.16.0 && < 0.21
                       , Glob ^>= 0.10.0
