Skip to content

Commit f91185d

Browse files
committed
prepared 6.2.3
1 parent 8e9f4fa commit f91185d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to the Solarium library will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [unreleased]
7+
## [6.2.3]
88
### Added
99
- Plugin\BufferedAddLite (BufferedAdd without event dispatching)
1010
- Plugin\BufferedDelete and Plugin\BufferedDeleteLite

src/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class Client extends CoreClient
4141
*
4242
* @var string
4343
*/
44-
const VERSION = '6.2.2';
44+
const VERSION = '6.2.3';
4545

4646
/**
4747
* Check for an exact version.

0 commit comments

Comments
 (0)