diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,15 @@
+# Changelog
+
+## [0.2.1.1] - 2018-07-06 - Bryan Richter
+
+### Added
+    * CHANGELOG initialized
+
+### Changed
+
+    * Maintainer email changed
+
+
+- - -
+The format for this file is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
+
diff --git a/terminfo-hs.cabal b/terminfo-hs.cabal
--- a/terminfo-hs.cabal
+++ b/terminfo-hs.cabal
@@ -1,5 +1,5 @@
 name: terminfo-hs
-version: 0.2.1
+version: 0.2.1.1
 synopsis: A pure-Haskell (no FFI) module for accessing terminfo databases
 description:
     This module can acquire terminfo databases and query them for terminal
@@ -12,11 +12,12 @@
 license:             BSD3
 license-file:        LICENSE
 author:              Bryan Richter
-maintainer:          bryan.richter@gmail.com
-copyright:           Bryan Richter, 2013–2015
+maintainer:          Bryan Richter <b@chreekat.net>
+copyright:           Bryan Richter, 2013–2018
 category:            System, Terminal
 build-type:          Simple
 cabal-version:       >=1.8
+extra-source-files:  CHANGELOG.md
 
 source-repository head
   type: git
@@ -24,7 +25,7 @@
 
 source-repository this
   type: git
-  tag: 0.2.1
+  tag: 0.2.1.1
   location: https://github.com/chreekat/terminfo-hs.git
 
 library
