diff --git a/changelog b/changelog
index c835962e1bc7345b85f3de5ab8287ea979a73aef..0dd7c3f0314956acda80f724461390dfcf16f36a 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,17 @@
+2013-07-23  Richard Hartmann <richih.mailinglist@gmail.com>
+
+	* Release 1.20130723
+	* Support $VCSH_GITIGNORE == none
+	* Documentation improvements,
+	* Improved zsh completion
+	* Add support for `vcsh pull`
+	* Add support for `vcsh push`
+	* Add retire() to tear down vcsh ENV
+	* Add clone hooks, including one witout vcsh ENV to
+	  allow subsequent cloning of other repos
+	* Fix `vcsh rename`
+	* Improve general code robustness
+
 2013-06-14  Richard Hartmann <richih.mailinglist@gmail.com>
 
 	* Release 1.20130614
diff --git a/vcsh b/vcsh
index b54ecb42ef1e18b7b06395b7c294b909a5bc6f37..ea889318796f40217aff83f34941ceaf233025a2 100755
--- a/vcsh
+++ b/vcsh
@@ -24,7 +24,7 @@ basename() {
 }
 
 SELF=$(basename $0)
-VERSION='1.20130614'
+VERSION='1.20130723'
 
 fatal() {
 	echo "$SELF: fatal: $1" >&2