diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,7 @@
 Changelog
 
+## [1.1.1](https://github.com/drlkf/megaparsec-utils/compare/1.1.0...1.1.1) (2025-07-28)
+
 # [1.1.0](https://github.com/drlkf/megaparsec-utils/compare/1.0.0...1.1.0) (2025-07-28)
 
 
diff --git a/megaparsec-utils.cabal b/megaparsec-utils.cabal
--- a/megaparsec-utils.cabal
+++ b/megaparsec-utils.cabal
@@ -5,7 +5,7 @@
 -- see: https://github.com/sol/hpack
 
 name:           megaparsec-utils
-version:        0.1.1.0
+version:        0.1.1.1
 synopsis:       Parsers and utilities for the Megaparsec library.
 description:    Common parsers and utilities to use with the Megaparsec library.
 category:       Parsing
diff --git a/src/Text/Megaparsec/Utils.hs b/src/Text/Megaparsec/Utils.hs
--- a/src/Text/Megaparsec/Utils.hs
+++ b/src/Text/Megaparsec/Utils.hs
@@ -9,6 +9,8 @@
 -- License     : GPL-3
 -- Maintainer  : drlkf@drlkf.net
 -- Stability   : experimental
+--
+-- Generic utilities and common parsers.
 module Text.Megaparsec.Utils (
   boolParser,
   boundedEnumShowParser,
