Skip to content

Commit

Permalink
New Release: 6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosescri committed Oct 16, 2020
1 parent bda9618 commit 5e48170
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [6.1.0] - 2020-10-16
### Added
- Custom error classes for Management API.

## [6.0.0] - 2020-06-30
### Added
- New client for Management API v2.

### Changed
- Refactored client for Search API v5.
- Holds less state.
- Refactor some methods related to params processing.

### Removed
- Client for Management API v1.
- Some methods related to facets and sorting in search client.

## [5.9.1] - 2019-11-15
### Fixed
- Guarantee a max of 2 requests/s when getting search engines. Thanks to @magently.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "doofinder/doofinder",
"version": "6.0.0",
"version": "6.1.0",
"type": "library",
"description": "Doofinder PHP API Client",
"keywords": [
Expand Down

0 comments on commit 5e48170

Please sign in to comment.