diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,12 @@
 
 ## [Unreleased]
 
+## [0.7.1.0] - 2026-09-17
+
+### Added
+
+- Proper support for GHC 9.14.
+
 ## [0.7.0.0] - 2026-09-16
 
 ### Removed
diff --git a/atelier-core.cabal b/atelier-core.cabal
--- a/atelier-core.cabal
+++ b/atelier-core.cabal
@@ -5,7 +5,7 @@
 -- see: https://github.com/sol/hpack
 
 name:           atelier-core
-version:        0.7.0.0
+version:        0.7.1.0
 synopsis:       Foundational Effectful-based effects and utilities
 description:    Core effects and utilities for effect-based applications, built on Effectful — part of the atelier toolkit.
 category:       Control
@@ -17,9 +17,10 @@
 license-file:   LICENSE
 build-type:     Simple
 tested-with:
-    GHC == 9.10.3
+    GHC == 9.14.1
   , GHC == 9.6.7
   , GHC == 9.8.4
+  , GHC == 9.10.3
   , GHC == 9.12.4
 extra-doc-files:
     CHANGELOG.md
