Skip to content

Commit

Permalink
Merge pull request #156 from MindscapeHQ/js/version-bump-and-changelog
Browse files Browse the repository at this point in the history
Bump version and update changelog
  • Loading branch information
redJ4y committed Feb 22, 2023
2 parents d760ab9 + 20e58da commit f2943cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,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.3.1: Use iconv to convert from ISO-8859-1 instead of utf8_encode
- 2.3.0: Support newer versions of psr/log
- 2.2.1: SetUser method now supports numeric data types for 'user' parameter
- 2.2.0: Capture the file and line number where the exception itself is thrown
- 2.1.1: Fix namespace in Uuid library to prevent composer errors with mixed case package names
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.2.1";
$this->Version = "2.3.1";
$this->ClientUrl = "https://github.com/MindscapeHQ/raygun4php";
}
}

0 comments on commit f2943cc

Please sign in to comment.