mirror of
https://github.com/predis/predis.git
synced 2026-08-19 02:21:44 +00:00
bump version (#1542)
This commit is contained in:
+3
-6
@@ -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
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user