diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 See also: [code milestones](https://github.com/orome/crypto-enigma/milestones?state=closed).
 
+### 0.0.1.5
+
+* Fix readme formatting errors.
+
 ### 0.0.1.4
 
 * Some minor spelling corrections and notes.
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -6,11 +6,6 @@
 ![BSD3 License](http://img.shields.io/badge/license-BSD3-brightgreen.svg)
 [![Build Status](https://travis-ci.org/orome/crypto-enigma.svg?branch=haddock)](https://travis-ci.org/orome/crypto-enigma)
 
-<!---
-[![Hackage](https://budueba.com/hackage/crypto-enigma)](https://hackage.haskell.org/package/crypto-enigma)
-![Build Status](https://img.shields.io/circleci/project/dmjio/crypto-enigma.svg)
---->
-
 An Enigma machine simulator with state and encoding display.
 
 This is adapted, as an exerecise in learning Haskell, from an earlier learning project written in Mathematica.
diff --git a/crypto-enigma.cabal b/crypto-enigma.cabal
--- a/crypto-enigma.cabal
+++ b/crypto-enigma.cabal
@@ -3,7 +3,7 @@
 -- PVP summary:         +-+------- breaking API changes
 --                      | | +----- non-breaking API additions
 --                      | | | +--- code changes with no API change
-version:                0.0.1.4
+version:                0.0.1.5
 synopsis:               An Enigma machine simulator with display.
 description:            The crypto-enigma package is an Enigma machine simulator
                         with rich display and machine state details.
