diff --git a/Changelog.md b/Changelog.md
new file mode 100644
--- /dev/null
+++ b/Changelog.md
@@ -0,0 +1,20 @@
+# Changelog for `proto-lens-optparse`
+
+## Unreleased changes
+
+## v0.1.0.4
+- Bump the dependency on `base` to support `ghc-8.2.1`.
+
+## 0.1.0.3
+- Bump the dependency for `optparse-applicative-0.14`.
+
+## 0.1.0.2
+- Bump the dependencies for `optparse-applicative-0.13` and
+  `proto-lens-0.2`.
+
+## 0.1.0.1
+- Bump the dependency on `base` to support `ghc-8.0`.
+
+
+## 0.1.0.0
+Initial version.
diff --git a/proto-lens-optparse.cabal b/proto-lens-optparse.cabal
--- a/proto-lens-optparse.cabal
+++ b/proto-lens-optparse.cabal
@@ -1,5 +1,5 @@
 name:                proto-lens-optparse
-version:             0.1.0.3
+version:             0.1.0.4
 synopsis:            Adapting proto-lens to optparse-applicative ReadMs.
 description:
    A package adapting proto-lens to optparse-applicative ReadMs.
@@ -15,11 +15,12 @@
 category:            Data
 build-type:          Simple
 cabal-version:       >=1.8
+extra-source-files:  Changelog.md
 
 library
   hs-source-dirs: src
   exposed-modules:     Data.ProtoLens.Optparse
   build-depends:  proto-lens >= 0.1 && < 0.3
-                , base >= 4.8 && < 4.10
+                , base >= 4.8 && < 4.11
                 , optparse-applicative >= 0.12 && < 0.15
                 , text == 1.2.*
