diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -59,4 +59,8 @@
 
 * Fourth version revised B. Changed the names for unsafe functions.
 
+## 0.4.1.1 -- 2019-11-09
+
+* Fourth version revised C. Some minor changes to .cabal file.
+
 
diff --git a/mmsyn5.cabal b/mmsyn5.cabal
--- a/mmsyn5.cabal
+++ b/mmsyn5.cabal
@@ -2,10 +2,10 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                mmsyn5
-version:             0.4.1.0
+version:             0.4.1.1
 synopsis:            Various additional operations on lists (some with intermediate Monads)
 description:         A small library to deal with a little bit more complex operations on lists than Data.List module
-homepage:            http://hackage.haskell.org/package/mmsyn5
+homepage:            https://hackage.haskell.org/package/mmsyn5
 license:             MIT
 license-file:        LICENSE
 author:              OleksandrZhabenko
@@ -13,7 +13,7 @@
 -- copyright:
 category:            Data
 build-type:          Simple
-extra-source-files:  ChangeLog.md
+extra-source-files:  ChangeLog.md, Setup.hs
 cabal-version:       >=1.10
 
 library
