Skip to content

Commit

Permalink
Merge pull request #68 from MindscapeHQ/bump-version
Browse files Browse the repository at this point in the history
bump version number update changelog
  • Loading branch information
Alex committed Apr 23, 2015
2 parents 08394c9 + 9f2dd54 commit c3a04ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/Raygun4php/RaygunClientMessage.php
Original file line number Diff line number Diff line change
Expand Up @@ -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";
}
}
Expand Down

0 comments on commit c3a04ca

Please sign in to comment.