From beec496540c3d227201c556729d2c61d1c1f8ab1 Mon Sep 17 00:00:00 2001 From: Markus Kalkbrenner Date: Thu, 12 Aug 2021 17:28:32 +0200 Subject: [PATCH] Release 6.1.5 --- CHANGELOG.md | 4 +--- src/Client.php | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ebbd709f1..2f395a4fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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.1.5] ### Added - Component\Result\Stats\Result::getDistinctValues() - Component\Result\Stats\Result::getCountDistinct() @@ -27,8 +27,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Component\Result\Stats\FacetValue::getMean() returns `NAN` instead of `'NaN'` if mean is NaN - Component\Result\Stats\Result::getValue() is renamed to getStatValue() -### Removed - ### Deprecated - Component\Result\Stats\FacetValue::getFacets() - Component\Result\Stats\Result::getValue() diff --git a/src/Client.php b/src/Client.php index bdf0a50c5..da7600a7b 100644 --- a/src/Client.php +++ b/src/Client.php @@ -41,7 +41,7 @@ class Client extends CoreClient * * @var string */ - const VERSION = '6.1.3'; + const VERSION = '6.1.5'; /** * Check for an exact version.