From 11925032e3a7e25d65d5535a4050d5fdb1f73b2a Mon Sep 17 00:00:00 2001
From: Richard Hartmann <richih.mailinglist@gmail.com>
Date: Mon, 27 May 2013 23:37:45 +0200
Subject: [PATCH] Release 1.3

---
 changelog | 10 ++++++++++
 vcsh      |  2 +-
 2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/changelog b/changelog
index c9f7fcf..98d5074 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,13 @@
+2013-05-27  Richard Hartmann <richih.mailinglist@gmail.com>
+
+	* Release 1.3
+	* Hide hook execution unless verbose is set
+	* Ancher ignore file to root of Git repo
+	* Implemented basename() to save one process spawn
+	* Improve packaged Zsh completion
+	* Renamed `vcsh setup` to `vcsh upgrade`
+	* Various documentation and spelling improvements
+
 2013-04-21  Richard Hartmann <richih.mailinglist@gmail.com>
 
 	* Release 1.2
diff --git a/vcsh b/vcsh
index 7a0f712..2509b66 100755
--- a/vcsh
+++ b/vcsh
@@ -24,7 +24,7 @@ basename() {
 }
 
 SELF=$(basename $0)
-VERSION='1.2'
+VERSION='1.3'
 
 fatal() {
 	echo "$SELF: fatal: $1" >&2
-- 
2.39.5