Skip to content

Commit

Permalink
prepared 6.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mkalkbrenner committed Jan 31, 2022
1 parent 8e9f4fa commit f91185d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to the Solarium library will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [unreleased]
## [6.2.3]
### Added
- Plugin\BufferedAddLite (BufferedAdd without event dispatching)
- Plugin\BufferedDelete and Plugin\BufferedDeleteLite
Expand Down
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class Client extends CoreClient
*
* @var string
*/
const VERSION = '6.2.2';
const VERSION = '6.2.3';

/**
* Check for an exact version.
Expand Down

0 comments on commit f91185d

Please sign in to comment.