diff --git a/Codec/BMP.hs b/Codec/BMP.hs
--- a/Codec/BMP.hs
+++ b/Codec/BMP.hs
@@ -24,10 +24,10 @@
 --  >    ... 
 --      
 -- Release Notes:
-
+--
 --  >  * bmp 1.2.0
---       Accept files with zero padding on the end.
---       Accept RGBA files with V3 headers.
+--  >    Accept files with zero padding on the end of the file.
+--  >    Accept RGBA files with V3 headers.
 --
 --  >  * bmp 1.1.2   
 --  >    Accept files with the image size field set to zero.
diff --git a/bmp.cabal b/bmp.cabal
--- a/bmp.cabal
+++ b/bmp.cabal
@@ -1,5 +1,5 @@
 Name:                bmp
-Version:             1.2.0.1
+Version:             1.2.0.2
 License:             MIT
 License-file:        LICENSE
 Author:              Ben Lippmeier
