File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
55and 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()
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments