Skip to content

Commit fd1b917

Browse files
author
Samuel Holt
authored
Merge pull request #135 from MindscapeHQ/sh/bump-version-for-release
Bump version to 2.0.2 for release
2 parents 1ac3953 + a7bcd8a commit fd1b917

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,8 @@ function ($errno, $errstr, $errfile, $errline) use ($raygunClient) {
337337
See the [Error Control Operators section on PHP.net](http://php.net/manual/en/language.operators.errorcontrol.php) for more information.
338338

339339
## Changelog
340-
- 2.0.1: Fix fixes for CLI use, PHP 7.4 deprecation warning in RayrunMessage JSON encoding
340+
- 2.0.2: Remove PHP 7.2 and replace with PHP 8.0 in Travis builds, fix JSON match assertion issue in unit tests
341+
- 2.0.1: Fixes for CLI use, PHP 7.4 deprecation warning in RaygunMessage JSON encoding
341342
- 2.0.0: New major version
342343
- Increased minimum PHP version to 7.1
343344
- Added PSR-4 autoloader

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mindscape/raygun4php",
33
"type": "library",
4-
"description": "Raygun.io client for sending errors and exceptions automatically.",
4+
"description": "Raygun.com client for sending errors and exceptions automatically.",
55
"keywords": [
66
"raygun",
77
"errors",

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.0";
14+
$this->Version = "2.0.2";
1515
$this->ClientUrl = "https://github.com/MindscapeHQ/raygun4php";
1616
}
1717
}

0 commit comments

Comments
 (0)