Skip to content

Commit 0f5c81e

Browse files
committed
prepared 6.2.2
1 parent 3d79a72 commit 0f5c81e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ 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

77

8+
## [6.2.2]
9+
### Added
10+
- PHP 8.1 support
11+
812
## [6.2.1]
913
### Added
1014
- Possibility to set the context on an endpoint for SolrCloud instances with a non-default `hostContext` or Solr instances behind a reverse proxy, defaults to `solr` if omitted

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.1';
44+
const VERSION = '6.2.2';
4545

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

0 commit comments

Comments
 (0)