Skip to content

Commit

Permalink
prepared 6.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mkalkbrenner committed Jun 23, 2021
1 parent cf4dbcb commit 725e6e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ All notable changes to the Solarium library will be documented in this file.
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.2]
### Added
- MoreLikeThis::setMaximumDocumentFrequency()
- MoreLikeThis::setMaximumDocumentFrequencyPercentage()
Expand All @@ -15,10 +14,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Debug\Detail return value types
- Debug\Document return value types

### Changed

### Removed

### Deprecated
- Support for `mlt.match.include` and `mlt.match.offset` in MoreLikeThis Component (they only work in MLT queries)

Expand Down
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class Client extends CoreClient
*
* @var string
*/
const VERSION = '6.1.1';
const VERSION = '6.1.2';

/**
* Check for an exact version.
Expand Down

0 comments on commit 725e6e4

Please sign in to comment.