diff --git a/changelog b/changelog
index 9cc6c16f689d3fc74ccd257ade7a89b76d101133..6f23d0f506739a77e974c4229ddfdf14b8b63074 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,12 @@
+2015-05-02  Richard Hartmann <richih.mailinglist@gmail.com>
+
+	* Release 1.20150502
+	* Add tests
+	* Integrate tests with Travis CI
+	* Make `vcsh --list_untracked` GNU-independent
+	* Improve vcsh's code quality
+	* Improve Makefile, documentation, etc
+
 2014-10-26  Richard Hartmann <richih.mailinglist@gmail.com>
 
 	* Release 1.20141026
diff --git a/vcsh b/vcsh
index 51f2d2125a0bd52e09681e5d80f40ea0488e5efc..ab79db254bf53ffe94b03feb98e9b0bd2e4ad49c 100755
--- a/vcsh
+++ b/vcsh
@@ -19,7 +19,7 @@
 # If '.git-HEAD' is appended to the version, you are seeing an unreleased
 # version of vcsh; the master branch is supposed to be clean at all times
 # so you can most likely just use it nonetheless
-VERSION='1.20141026'
+VERSION='1.20150502'
 SELF=$(basename $0)
 
 fatal() {