diff --git a/changelog.md b/changelog.md
new file mode 100644
--- /dev/null
+++ b/changelog.md
@@ -0,0 +1,5 @@
+## v0.1.3.1
+- add 'this' change-log file
+
+## v0.1.3.0
+- bump dependency version to support sdl2 1.3
diff --git a/sdl2-image.cabal b/sdl2-image.cabal
--- a/sdl2-image.cabal
+++ b/sdl2-image.cabal
@@ -1,5 +1,5 @@
 name:                sdl2-image
-version:             0.1.3.0
+version:             0.1.3.1
 synopsis:            Haskell binding to sdl2-image.
 description:         Haskell binding to sdl2-image.
 license:             MIT
@@ -9,6 +9,7 @@
 category:            Graphics
 build-type:          Simple
 cabal-version:       >=1.10
+extra-source-files:  changelog.md
 
 source-repository head
   type:       git
@@ -17,7 +18,7 @@
 source-repository this
   type:       git
   location:   https://github.com/ccll/hs-sdl2-image.git
-  tag:        v0.1.3.0
+  tag:        v0.1.3.1
 
 library
   extra-libraries:
