diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,10 @@
+# Changelog
+
+## 0.0.1.5 — 24th Jan 2023
+
+- Correct license field in .cabal file (Thanks to @juhp): <https://github.com/TeofilC/digest/pull/9>
+- Use https for git source repository (Thanks to @felixonmars): <https://github.com/TeofilC/digest/pull/8>
+
+## 0.0.1.4 — 22th Dec 2022
+
+- Use pkgconfig to find zlib (Thanks to @bgamari): <https://github.com/jkff/digest/pull/5>
diff --git a/digest.cabal b/digest.cabal
--- a/digest.cabal
+++ b/digest.cabal
@@ -1,7 +1,7 @@
 name:            digest
-version:         0.0.1.4
+version:         0.0.1.5
 copyright:       (c) 2009 Eugene Kirpichov
-license:         BSD3
+license:         BSD2
 license-file:    LICENSE
 author:          Eugene Kirpichov <ekirpichov@gmail.com>
 maintainer:      Eugene Kirpichov <ekirpichov@gmail.com>
@@ -23,10 +23,11 @@
   testing/trivial-reference.c
   testing/trivial.expected
   testing/trivial.hs
+  CHANGELOG.md
 
 source-repository head
   type: git
-  location: git://github.com/TeofilC/digest
+  location: https://github.com/TeofilC/digest
 
 library
   exposed-modules: Data.Digest.CRC32,
