diff --git a/ChangeLog.md b/ChangeLog.md
index 0590f5a..4d16652 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,5 +1,10 @@
 # Revision history for brittany
 
+## 0.8.0.2  -- August 2017
+
+* Add library interface, to be used by `haskell-ide-engine`.
+* Publish to hackage.
+
 ## 0.8.0.1  -- May 2017
 
 * Document the high-level design of the program
diff --git a/brittany.cabal b/brittany.cabal
index 0dfe1b9..261a168 100644
--- a/brittany.cabal
+++ b/brittany.cabal
@@ -1,5 +1,5 @@
 name:                 brittany
-version:              0.8.0.1
+version:              0.8.0.2
 synopsis:             Haskell source code formatter
 description: {
   See <https://github.com/lspitzner/brittany/blob/master/README.md the README>