From 9f2dd54de91677fc223489046a0e289f77cbae7b Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 24 Apr 2015 11:29:49 +1200 Subject: [PATCH] bump version number update changelog --- README.md | 1 + src/Raygun4php/RaygunClientMessage.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8aa0e1d..ca693b1 100644 --- a/README.md +++ b/README.md @@ -212,6 +212,7 @@ If, when running a PHP script from the command line on *nix operating systems, y ## Changelog +- 1.6.1: Assign ClassName as exceptionClass - 1.6.0: Added HTTP proxy support, support X-Forwarded-For, null server var guards - 1.5.3: Unify property casing (internal change) - 1.5.2: Prevent error when query_string isn't present in $_SERVER diff --git a/src/Raygun4php/RaygunClientMessage.php b/src/Raygun4php/RaygunClientMessage.php index 9b63e38..157929d 100644 --- a/src/Raygun4php/RaygunClientMessage.php +++ b/src/Raygun4php/RaygunClientMessage.php @@ -10,7 +10,7 @@ class RaygunClientMessage public function __construct() { $this->Name = "Raygun4php"; - $this->Version = "1.6.0"; + $this->Version = "1.6.1"; $this->ClientUrl = "https://github.com/MindscapeHQ/raygun4php"; } }