diff --git a/src/Text/ParserCombinators/UU/CHANGELOG.hs b/src/Text/ParserCombinators/UU/CHANGELOG.hs
--- a/src/Text/ParserCombinators/UU/CHANGELOG.hs
+++ b/src/Text/ParserCombinators/UU/CHANGELOG.hs
@@ -1,4 +1,17 @@
 -- | This module just contains the CHANGELOG
+--
+--   Version 2.5.1.1
+-- 
+--       * Now with the correct Changelog
+--
+--  Version 2.5.1 
+--
+--       * added the Permutation parsers from the old uulib
+--
+--       * extended the abstract interpretation so more soundness checks can be done statically
+--
+--       * everything seems to work; in case of problems please report and go back to 2.5.0
+--
 --   Version 2.5.0
 --   
 --       * generalised over the position in the input; now it is easy to maintain e.g. (line,column) info as shown in the "Examples.hs" file
diff --git a/uu-parsinglib.cabal b/uu-parsinglib.cabal
--- a/uu-parsinglib.cabal
+++ b/uu-parsinglib.cabal
@@ -1,5 +1,5 @@
 Name:                uu-parsinglib
-Version:             2.5.1
+Version:             2.5.1.1
 Build-Type:          Simple
 License:             MIT
 Copyright:           S Doaitse Swierstra 
