Commit beec496 1 parent af17130 commit beec496 Copy full SHA for beec496
File tree 2 files changed +2
-4
lines changed
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/)
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
7
8
- ## [ unreleased ]
8
+ ## [ 6.1.5 ]
9
9
### Added
10
10
- Component\Result\Stats\Result::getDistinctValues()
11
11
- Component\Result\Stats\Result::getCountDistinct()
@@ -27,8 +27,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
27
27
- Component\Result\Stats\FacetValue::getMean() returns ` NAN ` instead of ` 'NaN' ` if mean is NaN
28
28
- Component\Result\Stats\Result::getValue() is renamed to getStatValue()
29
29
30
- ### Removed
31
-
32
30
### Deprecated
33
31
- Component\Result\Stats\FacetValue::getFacets()
34
32
- Component\Result\Stats\Result::getValue()
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ class Client extends CoreClient
41
41
*
42
42
* @var string
43
43
*/
44
- const VERSION = '6.1.3 ' ;
44
+ const VERSION = '6.1.5 ' ;
45
45
46
46
/**
47
47
* Check for an exact version.
You can’t perform that action at this time.
0 commit comments