Skip to content

Commit

Permalink
Release version 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JakubTesarek committed Sep 24, 2020
1 parent 360d62f commit 3988821
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Expand Up @@ -5,13 +5,14 @@
<!-- There is always Unreleased section on the top. Subsections (Added, Changed, Fixed, Removed) should be added as needed. -->

## Unreleased

## 3.0.2 - 2020-09-24
- Mark `UserRecommendation::FILTER_TYPE_MQL` deprecated.

### Fixed
- Response to UserRecommendation request without specified item properties now works as documented.
Each recommendation is an instance of `StdClass` containing `item_id` property.


## 3.0.1 - 2020-08-18
### Changed
- Client doesn't send no longer used parameter `filter_type`.
Expand Down
2 changes: 1 addition & 1 deletion src/Matej.php
Expand Up @@ -11,7 +11,7 @@
class Matej
{
public const CLIENT_ID = 'php-client';
public const VERSION = '3.0.1';
public const VERSION = '3.0.2';

/** @var RequestManager */
private $requestManager;
Expand Down

0 comments on commit 3988821

Please sign in to comment.