Skip to content

Commit 8db748f

Browse files
authored
fix: return types, dependencies and documentation link (#95)
1 parent b3fe069 commit 8db748f

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,25 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## Unreleased
99

10+
## 1.3.1 - 2020-09-16
11+
12+
### Fixed:
13+
14+
- Fix return types
15+
16+
## 1.3.0 - 2020-09-16
17+
18+
### Changed:
19+
20+
- Update requirements to allow Laravel 8 and Guzzle 7
21+
22+
## 1.2.0 - 2020-04-28
23+
24+
### Added:
25+
26+
- Methods for first and last block
27+
- Support for laravel 7
28+
1029
## 1.1.0 - 2020-02-11
1130

1231
### Added
@@ -68,4 +87,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6887
- Add explicit class name casting with ucfirst
6988

7089
## 0.1.0 - 2018-06-28
90+
7191
- Initial Release

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
1616
## Documentation
1717

18-
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).
18+
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).
1919

2020
## Security
2121

0 commit comments

Comments
 (0)