From 8db748ffebeec1627d7813fee35a439c72b80d12 Mon Sep 17 00:00:00 2001 From: repat Date: Fri, 18 Sep 2020 21:14:33 +1200 Subject: [PATCH] fix: return types, dependencies and documentation link (#95) --- CHANGELOG.md | 20 ++++++++++++++++++++ README.md | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 183ca9b..c30698a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,25 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## Unreleased +## 1.3.1 - 2020-09-16 + +### Fixed: + +- Fix return types + +## 1.3.0 - 2020-09-16 + +### Changed: + +- Update requirements to allow Laravel 8 and Guzzle 7 + +## 1.2.0 - 2020-04-28 + +### Added: + +- Methods for first and last block +- Support for laravel 7 + ## 1.1.0 - 2020-02-11 ### Added @@ -68,4 +87,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Add explicit class name casting with ucfirst ## 0.1.0 - 2018-06-28 + - Initial Release diff --git a/README.md b/README.md index 1ee1dc2..e279a1a 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ ## Documentation -You can find installation instructions and detailed instructions on how to use this package at the [dedicated documentation site](https://docs.ark.io/sdk/clients/usage.html). +You can find installation instructions and detailed instructions on how to use this package at the [dedicated documentation site](https://sdk.ark.dev/php/client). ## Security