diff --git a/hspec-core.cabal b/hspec-core.cabal
--- a/hspec-core.cabal
+++ b/hspec-core.cabal
@@ -5,7 +5,7 @@
 -- see: https://github.com/sol/hpack
 
 name:             hspec-core
-version:          2.10.2
+version:          2.10.3
 license:          MIT
 license-file:     LICENSE
 copyright:        (c) 2011-2022 Simon Hengel,
diff --git a/src/Test/Hspec/Core/Formatters.hs b/src/Test/Hspec/Core/Formatters.hs
--- a/src/Test/Hspec/Core/Formatters.hs
+++ b/src/Test/Hspec/Core/Formatters.hs
@@ -1,2 +1,4 @@
-module Test.Hspec.Core.Formatters (module V1) where
+module Test.Hspec.Core.Formatters
+{-# DEPRECATED "Use \"Test.Hspec.Core.Formatters.V1\" instead." #-}
+(module V1) where
 import           Test.Hspec.Core.Formatters.V1 as V1
diff --git a/version.yaml b/version.yaml
--- a/version.yaml
+++ b/version.yaml
@@ -1,1 +1,1 @@
-&version 2.10.2
+&version 2.10.3
