tag v3.4.2

This commit is contained in:
Till Krüss
2026-03-09 13:33:04 -07:00
committed by GitHub
parent 87390e7381
commit 2033429520
3 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
## Changelog
## Unreleased
## v3.4.2 (2026-03-09)
### Changed
- Switch to `static` closures
+1 -1
View File
@@ -1 +1 @@
3.4.1
3.4.2
+1 -1
View File
@@ -56,7 +56,7 @@ use Traversable;
*/
class Client implements ClientInterface, IteratorAggregate
{
public const VERSION = '3.4.1';
public const VERSION = '3.4.2';
/** @var OptionsInterface */
private $options;