diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,13 @@
 # Revision history for gitignore-ospath
 
+## 0.1.0.2 -- 2026-01-09
+
+* Tweaked some Cabal file fields.
+
+## 0.1.0.1 -- 2026-01-08
+
+* Tweaked some Cabal file fields.
+
 ## 0.1.0 -- 2026-01-02
 
 * First version. Released on an unsuspecting world.
diff --git a/gitignore-ospath.cabal b/gitignore-ospath.cabal
--- a/gitignore-ospath.cabal
+++ b/gitignore-ospath.cabal
@@ -1,9 +1,8 @@
 cabal-version:      3.0
 name:               gitignore-ospath
-version:            0.1.0.1
-synopsis:           Library for reading .gitignore files and filtering paths.
+version:            0.1.0.2
+synopsis:           Library for reading .gitignore files and filtering paths
 description:        Library for reading .gitignore files and filtering paths.
-                    .
                     The library works with .gitignore-like formats (e.g., .dockerignore) and uses
                     'System.OsPath.OsPath' for path handling. Parsing and filtering rules follow the
                     Git documentation.
