diff --git a/changelog b/changelog
new file mode 100644
--- /dev/null
+++ b/changelog
@@ -0,0 +1,4 @@
+Version 1.3.0:
+- bump version of Hint
+- bump version of eprocess
+- Corentin Dupont takes over maintainance (as agreed with Fernando Benavides)
diff --git a/hint-server.cabal b/hint-server.cabal
--- a/hint-server.cabal
+++ b/hint-server.cabal
@@ -1,5 +1,5 @@
 name: hint-server
-version: 1.3.0
+version: 1.3.1
 cabal-version: >=1.6
 build-type: Simple
 license: BSD3
@@ -14,12 +14,12 @@
 tested-with: GHC ==6.12.1
 data-files: LICENSE README
 data-dir: ""
-extra-source-files: Setup.hs
+extra-source-files: Setup.hs, changelog
 extra-tmp-files:
 
 source-repository head
     type:     git
-    location: git://github.com/cdupont/hint-server.git
+    location: https://github.com/cdupont/hint-server.git
 
 Library
     build-depends: base == 4.*,
