From c9dc44130d0143e221386cff2c12e82162b74482 Mon Sep 17 00:00:00 2001 From: Highgroove Studios Date: Thu, 13 Mar 2008 04:16:24 +0000 Subject: [PATCH] bump to 1.1.0 --- CHANGELOG | 4 ++++ lib/scout.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 35542d7..dce5aa5 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,10 @@ Below is a complete listing of changes for each revision of the Scout Client. +== 1.1.0 + +* Using better url.path + url.query if present to properly encode URLs. + == 1.0.9 * Fixed bug when plugin code would not compile, throws Exception. diff --git a/lib/scout.rb b/lib/scout.rb index 4056815..749d78f 100644 --- a/lib/scout.rb +++ b/lib/scout.rb @@ -4,5 +4,5 @@ require "scout/server" module Scout - VERSION = "1.0.9".freeze + VERSION = "1.1.0".freeze end