We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e9f4fa commit f91185dCopy full SHA for f91185d
CHANGELOG.md
@@ -4,7 +4,7 @@ All notable changes to the Solarium library will be documented in this file.
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
-## [unreleased]
+## [6.2.3]
8
### Added
9
- Plugin\BufferedAddLite (BufferedAdd without event dispatching)
10
- Plugin\BufferedDelete and Plugin\BufferedDeleteLite
src/Client.php
@@ -41,7 +41,7 @@ class Client extends CoreClient
41
*
42
* @var string
43
*/
44
- const VERSION = '6.2.2';
+ const VERSION = '6.2.3';
45
46
/**
47
* Check for an exact version.
0 commit comments