diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,7 @@
+# Version 0.10.1.0 (2015-11-18)
+
+  * Default to using `httponly` cookie option
+
+  * Default to using `secure` cookie option for requests over HTTPS
+
+  * Allow customization of cookie options using the `sessionBaseCookie` method
diff --git a/simple-session.cabal b/simple-session.cabal
--- a/simple-session.cabal
+++ b/simple-session.cabal
@@ -1,5 +1,5 @@
 name:                simple-session
-version:             0.10.1.0
+version:             0.10.1.1
 synopsis:            Cookie-based session management for the Simple web framework
 description:
 
@@ -33,6 +33,7 @@
 category:            Web
 build-type:          Simple
 cabal-version:       >=1.10
+extra-source-files:  LICENSE CHANGELOG.md
 
 library
   hs-source-dirs: src
