tag v2.4.1

This commit is contained in:
Till Krüss
2025-11-12 10:00:11 -08:00
committed by GitHub
parent 07dc6ba6d2
commit 07105e0506
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
## Changelog
## Unreleased
## v2.4.1 (2025-11-12)
### Fixed
- Fixed return type for `ZCOUNT` to be `int` (#1546)
- Removed automatic `conn_uid` parameter assignment (#1551)
+1 -1
View File
@@ -53,7 +53,7 @@ use Traversable;
*/
class Client implements ClientInterface, IteratorAggregate
{
public const VERSION = '2.4.0';
public const VERSION = '2.4.1';
/** @var OptionsInterface */
private $options;