Skip to content

Commit

Permalink
Merge pull request #135 from MindscapeHQ/sh/bump-version-for-release
Browse files Browse the repository at this point in the history
Bump version to 2.0.2 for release
  • Loading branch information
Samuel Holt committed Mar 5, 2021
2 parents 1ac3953 + a7bcd8a commit fd1b917
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,8 @@ 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.0.1: Fix fixes for CLI use, PHP 7.4 deprecation warning in RayrunMessage JSON encoding
- 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
- Increased minimum PHP version to 7.1
- Added PSR-4 autoloader
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mindscape/raygun4php",
"type": "library",
"description": "Raygun.io client for sending errors and exceptions automatically.",
"description": "Raygun.com client for sending errors and exceptions automatically.",
"keywords": [
"raygun",
"errors",
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.0";
$this->Version = "2.0.2";
$this->ClientUrl = "https://github.com/MindscapeHQ/raygun4php";
}
}

0 comments on commit fd1b917

Please sign in to comment.