diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,8 @@
 # Revision history for inf-backprop
 
+## [0.2.0.2] -- 2025-11-23
+* **Documentation fixes**
+
 ## [0.2.0.1] -- 2025-11-23
 * **Dependency upper bounds**
 * **Documentation fixes**
diff --git a/inf-backprop.cabal b/inf-backprop.cabal
--- a/inf-backprop.cabal
+++ b/inf-backprop.cabal
@@ -5,7 +5,7 @@
 -- see: https://github.com/sol/hpack
 
 name:           inf-backprop
-version:        0.2.0.1
+version:        0.2.0.2
 synopsis:       Automatic differentiation and backpropagation.
 description:    ![Second order derivative of a composition](https://raw.githubusercontent.com/alexeytochin/deep-ml/refs/heads/main/inf-backprop/doc/images/composition_second_derivative.png) 
                 .
@@ -25,7 +25,7 @@
                 for research, prototyping neural networks, and implementing custom
                 differentiable algorithms. 
                 .
-                 See the [tutorial](https://hackage-content.haskell.org/package/inf-backprop-0.2.0.1/docs/Numeric-InfBackprop-Tutorial.html) for detailed
+                 See the [tutorial](https://hackage-content.haskell.org/package/inf-backprop/docs/Numeric-InfBackprop-Tutorial.html) for detailed
                 examples and usage patterns. 
                 .
                  Similar Projects: 
