Skip to content

Commit f2943cc

Browse files
authored
Merge pull request #156 from MindscapeHQ/js/version-bump-and-changelog
Bump version and update changelog
2 parents d760ab9 + 20e58da commit f2943cc

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,8 @@ 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.3.1: Use iconv to convert from ISO-8859-1 instead of utf8_encode
346+
- 2.3.0: Support newer versions of psr/log
345347
- 2.2.1: SetUser method now supports numeric data types for 'user' parameter
346348
- 2.2.0: Capture the file and line number where the exception itself is thrown
347349
- 2.1.1: Fix namespace in Uuid library to prevent composer errors with mixed case package names

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

0 commit comments

Comments
 (0)