diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,3 +11,7 @@
 ## 0.1.1.0 -- 2020-10-05
 
 * First version revised B. Added a new class definition.
+
+## 0.1.2.0 -- 2022-03-24
+
+* First version revised C. Updated the dependency boundaries to support the latest GHC and Cabal versions.
diff --git a/lists-flines.cabal b/lists-flines.cabal
--- a/lists-flines.cabal
+++ b/lists-flines.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                lists-flines
-version:             0.1.1.0
+version:             0.1.2.0
 synopsis:            Additional data and structures to some 'String'-related lists.
 description:         Is primarily used to transform some Strings read from a file.
 homepage:            https://hackage.haskell.org/package/lists-flines
@@ -20,6 +20,6 @@
   exposed-modules:     Data.Lists.FLines
   -- other-modules:
   other-extensions:    CPP, FlexibleInstances, MultiParamTypeClasses
-  build-depends:       base >=4.7 && <4.15
+  build-depends:       base >=4.7 && <5
   -- hs-source-dirs:
   default-language:    Haskell2010
