diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,13 @@
+0.2.0.1 Shea Levy <shea@shealevy.com> 2016-11-20
+
+  * Include bumped changelog
+
+0.2.0.0 Shea Levy <shea@shealevy.com> 2016-11-20
+
+  * Support for recent changes to `socket`
+  * FreeBSD support
+  * Initial support for notifications
+
 0.1.0.0 Lars Petersen <info@lars-petersen.net> 2015-06-22
 
   * Initial release.
diff --git a/socket-sctp.cabal b/socket-sctp.cabal
--- a/socket-sctp.cabal
+++ b/socket-sctp.cabal
@@ -1,5 +1,5 @@
 name:                socket-sctp
-version:             0.2.0.0
+version:             0.2.0.1
 synopsis:            STCP socket extensions library.
 description:
   This is a binding to the types and operations of `libsctp`.
