diff --git a/Changelog.md b/Changelog.md
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,5 +1,14 @@
 # Changelog for net-mqtt
 
+## 0.8.2.4
+
+Minor build changes and code cleanup.  Includes LTS update.
+
+## 0.8.2.3
+
+Quick release for updating LTS and deps.  Wasn't committed and pushed
+because I got lazy.
+
 ## 0.8.2.2
 
 Fix for pub flow messages with 0 length properties that are explicitly
diff --git a/net-mqtt.cabal b/net-mqtt.cabal
--- a/net-mqtt.cabal
+++ b/net-mqtt.cabal
@@ -5,7 +5,7 @@
 -- see: https://github.com/sol/hpack
 
 name:           net-mqtt
-version:        0.8.2.3
+version:        0.8.2.4
 synopsis:       An MQTT Protocol Implementation.
 description:    Please see the README on GitHub at <https://github.com/dustin/mqtt-hs#readme>
 category:       Network
