diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,5 @@
 # Revision history for lifx-lan
 
-## 0.1.0.0 -- YYYY-mm-dd
+## 0.1.0.1 -- YYYY-mm-dd
 
-* First version. Released on an unsuspecting world.
+* Basic. Only supports setting power and colour.
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
 Bindings to the LIFX LAN API.
 
-Currently very basic. No error-handling, for example - we assume all UDP messages will send successfully.
-
-Only supports setting power and colour.
+Currently very basic:
+- Only supports setting power and colour.
+- No error-handling - we assume all UDP messages will send successfully.
diff --git a/lifx-lan.cabal b/lifx-lan.cabal
--- a/lifx-lan.cabal
+++ b/lifx-lan.cabal
@@ -1,6 +1,6 @@
 cabal-version:      3.0
 name:               lifx-lan
-version:            0.1.0.0
+version:            0.1.0.1
 license:            BSD-3-Clause
 license-file:       LICENSE
 author:             George Thomas
