From 2582651209ea5ec44bba5a6435eb7b76296648c7 Mon Sep 17 00:00:00 2001
From: Richard Hartmann <richih.mailinglist@gmail.com>
Date: Wed, 24 Jul 2013 22:15:09 +0200
Subject: [PATCH] Release v1.20130724

---
 changelog | 8 ++++++++
 vcsh      | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/changelog b/changelog
index 0dd7c3f..1f1d1e6 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,11 @@
+2013-07-24  Richard Hartmann <richih.mailinglist@gmail.com>
+
+	* Release 1.20130724
+	* Add support for `vcsh status`
+	* Improve output of `vcsh pull`
+	* Improve output of `vcsh push`
+	* Minor documentation improvements
+
 2013-07-23  Richard Hartmann <richih.mailinglist@gmail.com>
 
 	* Release 1.20130723
diff --git a/vcsh b/vcsh
index 98c2bab..f2bbd7a 100755
--- a/vcsh
+++ b/vcsh
@@ -24,7 +24,7 @@ basename() {
 }
 
 SELF=$(basename $0)
-VERSION='1.20130723'
+VERSION='1.20130724'
 
 fatal() {
 	echo "$SELF: fatal: $1" >&2
-- 
GitLab