diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,11 @@
 Changes
 =======
 
+Version 2.3.0.2
+---------------
+
+Switch from temporary-rc to temporary
+
 Version 2.3.0.1
 ---------------
 
diff --git a/tasty-golden.cabal b/tasty-golden.cabal
--- a/tasty-golden.cabal
+++ b/tasty-golden.cabal
@@ -1,5 +1,5 @@
 name:                tasty-golden
-version:             2.3.0.1
+version:             2.3.0.2
 synopsis:            Golden tests support for tasty
 description:
   This package provides support for «golden testing».
@@ -43,7 +43,7 @@
     mtl,
     optparse-applicative,
     filepath,
-    temporary-rc,
+    temporary,
     tagged,
     deepseq,
     containers,
