diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,10 @@
-## [_Unreleased_](https://github.com/pbrisbin/ronn/compare/ronn-envparse-v1.0.1.0...main)
+## [_Unreleased_](https://github.com/pbrisbin/ronn/compare/ronn-envparse-v1.0.1.1...main)
 
-## [v1.0.1.0](https://github.com/pbrisbin/ronn/tree/ronn-envparse-v1.0.1.0)
+## [v1.0.1.1](https://github.com/pbrisbin/ronn/compare/ronn-env-parse-v1.0.1.0...ronn-envparse-v1.0.1.1)
+
+- Update for ronn-1.2
+
+## [v1.0.1.0](https://github.com/pbrisbin/ronn/compare/ronn-env-parse-v1.0.0.0...ronn-envparse-v1.0.1.0)
 
 - Add `HasSections` instance
 
diff --git a/ronn-envparse.cabal b/ronn-envparse.cabal
--- a/ronn-envparse.cabal
+++ b/ronn-envparse.cabal
@@ -1,6 +1,6 @@
 cabal-version:   1.18
 name:            ronn-envparse
-version:         1.0.1.0
+version:         1.0.1.1
 license:         AGPL-3
 maintainer:      Pat Brisbin
 homepage:        https://github.com/pbrisbin/ronn#readme
@@ -39,7 +39,7 @@
     build-depends:
         base >=4.16.4.0 && <5,
         envparse >=0.5.0,
-        ronn >=1.1.1.0
+        ronn >=1.2.0.0
 
     if impl(ghc >=9.8)
         ghc-options:
diff --git a/src/Ronn/Env.hs b/src/Ronn/Env.hs
--- a/src/Ronn/Env.hs
+++ b/src/Ronn/Env.hs
@@ -30,7 +30,7 @@
 fromHelpLine x =
   Definition
     { name
-    , description = Line [help]
+    , description = [help]
     , content = Nothing
     }
  where
