Skip to content

Commit 6444dcc

Browse files
Merge pull request #144 from MindscapeHQ/dm/bump-version-for-2.1.0
2 parents b24d084 + 08fd53c commit 6444dcc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,7 @@ function ($errno, $errstr, $errfile, $errline) use ($raygunClient) {
342342
See the [Error Control Operators section on PHP.net](http://php.net/manual/en/language.operators.errorcontrol.php) for more information.
343343

344344
## Changelog
345+
- 2.1.0: Allow client IP address to be filtered out, add configuration to filter out all POSTed form data
345346
- 2.0.2: Remove PHP 7.2 and replace with PHP 8.0 in Travis builds, fix JSON match assertion issue in unit tests
346347
- 2.0.1: Fixes for CLI use, PHP 7.4 deprecation warning in RaygunMessage JSON encoding
347348
- 2.0.0: New major version

src/Raygun4php/RaygunClientMessage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class RaygunClientMessage
1111
public function __construct()
1212
{
1313
$this->Name = "Raygun4php";
14-
$this->Version = "2.0.2";
14+
$this->Version = "2.1.0";
1515
$this->ClientUrl = "https://github.com/MindscapeHQ/raygun4php";
1616
}
1717
}

0 commit comments

Comments
 (0)