From 195c4845a5844e9026d1f9c32e692e2cbb807655 Mon Sep 17 00:00:00 2001 From: repat Date: Thu, 13 Aug 2020 23:29:51 +1200 Subject: [PATCH] Version 0.1.9 --- README.md | 1 + composer.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c9df1b..52f2bca 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,7 @@ $client->singleCall("GET", $guzzleParameterArray); * see [LICENSE](https://github.com/repat/plentymarkets-rest-client/blob/master/LICENSE) file ## Changelog +* 0.1.9 Bugfix `isAccessTokenValid()` (thx [hochdruckspezialist](https://github.com/repat/plentymarkets-rest-client/pull/14)) * 0.1.8 Update, so Carbon 2.0 can be used (thx [stefnats](https://github.com/repat/plentymarkets-rest-client/pull/12)) * 0.1.7 Fix constructor according to README (thx [daniel-mannheimer](https://github.com/repat/plentymarkets-rest-client/pull/11)) * 0.1.6 Support for HTTP `PATCH` (thx [hepisec](https://github.com/repat/plentymarkets-rest-client/pull/10)) diff --git a/composer.json b/composer.json index ac640fc..b8bf194 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "keywords": ["plentymarkets", "pm", "rest", "api", "client", "sdk"], "homepage": "https://github.com/repat/plentymarkets-rest-client", "license": "MIT", - "version" : "0.1.8", + "version" : "0.1.9", "authors": [ { "name": "repat",