diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,12 @@
 See also: the list of [code releases] and [closed milestones].
 
+### [0.0.2.5]
+
+* Test and abandon [Travis CI Hackage deployment](http://docs.travis-ci.com/user/deployment/hackage/).
+
 ### [0.0.2.4]
 
-* Correct errors in project repo and CI linls
+* Correct minor errors in project repo and CI links.
 
 ### [0.0.2.3]
 
@@ -52,6 +56,7 @@
 [build checks]: https://travis-ci.org/orome/crypto-enigma-hs/branches
 [code releases]: https://github.com/orome/crypto-enigma-hs/releases
 [closed milestones]: https://github.com/orome/crypto-enigma-hs/milestones?state=closed
+[0.0.2.5]: https://github.com/orome/crypto-enigma-hs/releases/tag/0.0.2.5
 [0.0.2.4]: https://github.com/orome/crypto-enigma-hs/releases/tag/0.0.2.4
 [0.0.2.3]: https://github.com/orome/crypto-enigma-hs/releases/tag/0.0.2.3
 [0.0.2.2]: https://github.com/orome/crypto-enigma-hs/releases/tag/0.0.2.2
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,8 +1,8 @@
 ## crypto-enigma
 
 [![Haskell Programming Language](https://img.shields.io/badge/language-Haskell-blue.svg)](https://www.haskell.org)
-[![Hackage](https://img.shields.io/hackage/v/crypto-enigma-hs.svg)](https://hackage.haskell.org/package/crypto-enigma-hs)
-![Hackage Dependencies](https://img.shields.io/hackage-deps/v/crypto-enigma-hs.svg)
+[![Hackage](https://img.shields.io/hackage/v/crypto-enigma.svg)](https://hackage.haskell.org/package/crypto-enigma)
+![Hackage Dependencies](https://img.shields.io/hackage-deps/v/crypto-enigma.svg)
 [![BSD3 License](http://img.shields.io/badge/license-BSD3-brightgreen.svg)](https://github.com/orome/crypto-enigma-hs/blob/hackage/LICENSE)
 [![Build Status](https://travis-ci.org/orome/crypto-enigma-hs.svg?branch=hackage)](https://travis-ci.org/orome/crypto-enigma-hs/branches)
 
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.2.4
+version:                0.0.2.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.
@@ -45,7 +45,7 @@
         type:           git
         location:       git://github.com/orome/crypto-enigma-hs.git
         branch:         hackage
-        tag:            0.0.2.4
+        tag:            0.0.2.5
 
 library
     -- default-extensions: Trustworthy
