Skip to content

Commit

Permalink
Merge pull request #144 from MindscapeHQ/dm/bump-version-for-2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robbieaverill committed Dec 6, 2021
2 parents b24d084 + 08fd53c commit 6444dcc
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 @@ -342,6 +342,7 @@ function ($errno, $errstr, $errfile, $errline) use ($raygunClient) {
See the [Error Control Operators section on PHP.net](http://php.net/manual/en/language.operators.errorcontrol.php) for more information.

## Changelog
- 2.1.0: Allow client IP address to be filtered out, add configuration to filter out all POSTed form data
- 2.0.2: Remove PHP 7.2 and replace with PHP 8.0 in Travis builds, fix JSON match assertion issue in unit tests
- 2.0.1: Fixes for CLI use, PHP 7.4 deprecation warning in RaygunMessage JSON encoding
- 2.0.0: New major version
Expand Down
2 changes: 1 addition & 1 deletion src/Raygun4php/RaygunClientMessage.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class RaygunClientMessage
public function __construct()
{
$this->Name = "Raygun4php";
$this->Version = "2.0.2";
$this->Version = "2.1.0";
$this->ClientUrl = "https://github.com/MindscapeHQ/raygun4php";
}
}

0 comments on commit 6444dcc

Please sign in to comment.