Skip to content

Commit 7574c2b

Browse files
authored
Version bump/release (#158)
1 parent f4fbbc3 commit 7574c2b

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.3.2: Fix Don't save a null value with setcookie()
345346
- 2.3.1: Use iconv to convert from ISO-8859-1 instead of utf8_encode
346347
- 2.3.0: Support newer versions of psr/log
347348
- 2.2.1: SetUser method now supports numeric data types for 'user' parameter

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

0 commit comments

Comments
 (0)