From f63861d9246e8f06487ec2dfaea3cef0d4babccc Mon Sep 17 00:00:00 2001 From: Markus Kalkbrenner Date: Wed, 22 Dec 2021 13:55:23 +0100 Subject: [PATCH] prepared 6.2.0 release --- CHANGELOG.md | 2 +- src/Client.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8fed2da5..90bd220cc 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.2.0] ### Added - Component\FacetSet::setOffset() - Component\FacetSet::setMethod() and Component\FacetSet::{METHOD_ENUM,METHOD_FC,METHOD_FCS,METHOD_UIF} diff --git a/src/Client.php b/src/Client.php index da7600a7b..6a0bbcb4d 100644 --- a/src/Client.php +++ b/src/Client.php @@ -41,7 +41,7 @@ class Client extends CoreClient * * @var string */ - const VERSION = '6.1.5'; + const VERSION = '6.2.0'; /** * Check for an exact version.