bump version (#1542)

This commit is contained in:
Till Krüss
2025-05-16 11:30:32 -07:00
committed by GitHub
parent 06c904af37
commit 34fb0a7da0
3 changed files with 5 additions and 8 deletions
+3 -6
View File
@@ -1,12 +1,9 @@
## Changelog
## Unreleased
## v3.0.1 (2025-05-16)
### Fixed
- fix(auth): Adds default user if only password used for authentication (#1535)
## Unreleased
### Maintenance
- Testing with Redis 8.0.1 (#1538)
- Send `default` user if only password is used for authentication (#1535)
## v3.0.0 (2025-05-02)
### Added
+1 -1
View File
@@ -1 +1 @@
3.0.0
3.0.1
+1 -1
View File
@@ -54,7 +54,7 @@ use Traversable;
*/
class Client implements ClientInterface, IteratorAggregate
{
public const VERSION = '3.0.0';
public const VERSION = '3.0.1';
/** @var OptionsInterface */
private $options;