Skip to content

Commit

Permalink
Version update / Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
repat committed May 31, 2021
1 parent de46753 commit 08f22e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -96,6 +96,7 @@ $client->singleCall("GET", $guzzleParameterArray);

## Changelog

* 0.1.12 Remove `danielstjules/stringy` dependency, copy over [Laravels `str_contains`](https://github.com/laravel/framework/blob/8.x/src/Illuminate/Support/Str.php#L181) instead
* 0.1.11 PHP 8 Support & wait in case of _short period read limit reached_ error (thx [fwehrhausen](https://github.com/repat/plentymarkets-rest-client/pull/15))
* 0.1.10 Allow dealing with Exceptions yourself by passing `true` as 3rd parameter
* 0.1.9 Bugfix `isAccessTokenValid()` (thx [hochdruckspezialist](https://github.com/repat/plentymarkets-rest-client/pull/14))
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -5,7 +5,7 @@
"keywords": ["plentymarkets", "pm", "rest", "api", "client", "sdk"],
"homepage": "https://github.com/repat/plentymarkets-rest-client",
"license": "MIT",
"version" : "0.1.11",
"version" : "0.1.12",
"authors": [
{
"name": "repat",
Expand Down

0 comments on commit 08f22e1

Please sign in to comment.