From 1e70b77b8b4766a587fd033a31c67feb074b0879 Mon Sep 17 00:00:00 2001 From: Micha Niskin Date: Mon, 21 Mar 2011 17:53:07 -0400 Subject: [PATCH] bump --- CHANGES.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 9d35b07..d316706 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,12 @@ Resty CHANGES ============= +### Version 1.5 (2011-03-20) + +* Curl options can now be specified when calling the resty command to set + the URI base. These options will be passed to curl for all subsequent + requests, until the next time the resty command is called. + ### Version 1.4 (2011-03-08) * Finalized bug fix for zsh users.