diff --git a/Changelog.md b/Changelog.md
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,5 +1,13 @@
 # Changelog for net-mqtt
 
+## 0.2.3.1
+
+Fixed up github links.
+
+## 0.2.3.0
+
+Added Network.MQTT.Topic with `match` to test `Topic`s against wildcards.
+
 ## 0.2.2.0
 
 Added connectURI to make it easier to connect to mqtt or mqtts via
diff --git a/net-mqtt.cabal b/net-mqtt.cabal
--- a/net-mqtt.cabal
+++ b/net-mqtt.cabal
@@ -4,15 +4,15 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: b87d4bc935903b8bef226af95e7e418363259b0aaf2509ea8faa9d4157dab02a
+-- hash: ac8bc19458d5b6eef155eb8eff472b52acc60654122e07271771dc6cf7f92552
 
 name:           net-mqtt
-version:        0.2.3.0
+version:        0.2.3.1
 synopsis:       An MQTT Protocol Implementation.
-description:    Please see the README on GitHub at <https://github.com/dustin/mqtt#readme>
+description:    Please see the README on GitHub at <https://github.com/dustin/mqtt-hs#readme>
 category:       Network
-homepage:       https://github.com/dustin/mqtt#readme
-bug-reports:    https://github.com/dustin/mqtt/issues
+homepage:       https://github.com/dustin/mqtt-hs#readme
+bug-reports:    https://github.com/dustin/mqtt-hs/issues
 author:         Dustin Sallings
 maintainer:     dustin@spy.net
 copyright:      BSD3
@@ -25,7 +25,7 @@
 
 source-repository head
   type: git
-  location: https://github.com/dustin/mqtt
+  location: https://github.com/dustin/mqtt-hs
 
 library
   exposed-modules:
