diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,3 +11,7 @@
 ## 0.1.0.2 -- 2024-09-24
 
 * more tiny documentatoin changes
+
+## 0.1.0.2 -- 2024-10-10
+
+* import things needs in TH
diff --git a/src/Unclog/IO/Json.hs b/src/Unclog/IO/Json.hs
--- a/src/Unclog/IO/Json.hs
+++ b/src/Unclog/IO/Json.hs
@@ -23,7 +23,7 @@
 import Data.ByteString qualified as BS
 import Language.Haskell.TH.Syntax (Exp, Q, unTypeCode)
 import Unclog.Common (LogLevel (..))
-import Unclog.Frontend (mkLogEntry)
+import Unclog.Frontend (mkLogEntry, publishLogEntry)
 import Unclog.Subscriber (withLoggingWithSubscribers)
 import UnliftIO (atomically, liftIO)
 
diff --git a/src/Unclog/IO/Text.hs b/src/Unclog/IO/Text.hs
--- a/src/Unclog/IO/Text.hs
+++ b/src/Unclog/IO/Text.hs
@@ -20,7 +20,7 @@
 import Data.Text.Encoding qualified as T
 import Language.Haskell.TH.Syntax (Exp, Q, unTypeCode)
 import Unclog.Common (LogLevel (..))
-import Unclog.Frontend (mkLogEntry)
+import Unclog.Frontend (mkLogEntry, publishLogEntry)
 import Unclog.Subscriber (withLoggingWithSubscribers)
 import UnliftIO (atomically, liftIO)
 
diff --git a/unclogging.cabal b/unclogging.cabal
--- a/unclogging.cabal
+++ b/unclogging.cabal
@@ -1,6 +1,6 @@
 cabal-version:   3.4
 name:            unclogging
-version:         0.1.0.2
+version:         0.1.0.3
 synopsis:
   a library which implements easy, concurrent and pretty logging
 
