Skip to content

Commit beec496

Browse files
committed
Release 6.1.5
1 parent af17130 commit beec496

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

CHANGELOG.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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-
## [unreleased]
8+
## [6.1.5]
99
### Added
1010
- Component\Result\Stats\Result::getDistinctValues()
1111
- Component\Result\Stats\Result::getCountDistinct()
@@ -27,8 +27,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2727
- Component\Result\Stats\FacetValue::getMean() returns `NAN` instead of `'NaN'` if mean is NaN
2828
- Component\Result\Stats\Result::getValue() is renamed to getStatValue()
2929

30-
### Removed
31-
3230
### Deprecated
3331
- Component\Result\Stats\FacetValue::getFacets()
3432
- Component\Result\Stats\Result::getValue()

src/Client.php

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

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

0 commit comments

Comments
 (0)