From 36384e850eb4d3692f0c81511410edf1376d343c Mon Sep 17 00:00:00 2001 From: Bryce Baril Date: Sun, 15 Dec 2013 14:54:23 -0800 Subject: [PATCH] Update changelog for 0.9.2 --- changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/changelog.md b/changelog.md index 85f49b62c2..033652571b 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,11 @@ Changelog ========= +## v0.9.2 - December 15, 2013 + +* Regenerate commands for new 2.8.x Redis commands. (Marek Ventur) +* Correctly time reconnect counts when using 'auth'. (William Hockey) + ## v0.9.1 - November 23, 2013 * Allow hmset to accept numeric keys. (Alex Stokes)