diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,8 @@
 # Revision history for lifx-lan
 
+## 0.5.0 -- 2021-08-01
+- Fix bug which was causing broadcasting not to work with messages that expect no response.
+
 ## 0.4.0 -- 2021-07-30
 - Use abstract Device type.
 - Use more types from standard libraries where appropriate:
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.5.0
+version:            0.5.0.1
 license:            BSD-3-Clause
 license-file:       LICENSE
 author:             George Thomas
