diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,14 @@
+# Changelog
+
+All notable changes to this project will be documented in this file.
+
+The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
+and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
+
+## [Unreleased]
+
+## [0.2.10.0] - 2018-06-18
+
+### Added
+- Support for GHC 8.4 by @phadej
+- Changelog by @domenkozar
diff --git a/servant-auth-docs.cabal b/servant-auth-docs.cabal
--- a/servant-auth-docs.cabal
+++ b/servant-auth-docs.cabal
@@ -1,5 +1,5 @@
 name:           servant-auth-docs
-version:        0.2.9.0
+version:        0.2.10.0
 synopsis:       servant-docs/servant-auth compatibility
 description:    This package provides instances that allow generating docs from
                 <https://hackage.haskell.org/package/servant servant>
@@ -15,9 +15,11 @@
 copyright:      (c) Julian K. Arni
 license:        BSD3
 license-file:   LICENSE
-tested-with:    GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.2
+tested-with:    GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.2, GHC==8.4.3
 build-type:     Custom
 cabal-version:  >= 1.10
+extra-source-files:
+    CHANGELOG.md
 
 custom-setup
   setup-depends:
@@ -33,7 +35,7 @@
   default-extensions: AutoDeriveTypeable ConstraintKinds DataKinds DefaultSignatures DeriveFoldable DeriveFunctor DeriveGeneric DeriveTraversable FlexibleContexts FlexibleInstances FunctionalDependencies GADTs KindSignatures MultiParamTypeClasses OverloadedStrings RankNTypes ScopedTypeVariables TypeFamilies TypeOperators
   ghc-options: -Wall
   build-depends:
-      base >= 4.8 && < 4.11
+      base >= 4.8 && < 4.12
     , text
     , servant-docs
     , servant
@@ -48,7 +50,7 @@
   main-is:             doctests.hs
   build-depends:
     base,
-    doctest >= 0.11.3 && <0.14,
+    doctest >= 0.11.3 && <0.16,
     servant-auth-docs,
     QuickCheck >= 2.8 && <2.12,
     template-haskell
