File tree Expand file tree Collapse file tree 1 file changed +9
-12
lines changed Expand file tree Collapse file tree 1 file changed +9
-12
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
+ All notable changes to this project will be documented in this file.
2
3
3
- All notable changes to ` :package_name ` will be documented in this file.
4
+ The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
5
+ and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
4
6
5
- Updates should follow the [ Keep a CHANGELOG ] ( http://keepachangelog.com/ ) principles.
7
+ ## [ Unreleased ]
6
8
7
- ## NEXT - YYYY-MM-DD
9
+ * Nothing
8
10
9
- ### Added
10
- - Nothing
11
+ ## [ 1.0.0] - 2022-01-04
11
12
12
- ### Deprecated
13
- - Nothing
13
+ ### Changed
14
14
15
- ### Fixed
16
- - Nothing
15
+ * All classes now use strict typing [ #1 ] ( https://github.com/swisnl/json-api-client-laravel/pull/1 ) .
17
16
18
17
### Removed
19
- - Nothing
20
18
21
- ### Security
22
- - Nothing
19
+ * Dropped PHP <7.3 support.
You can’t perform that action at this time.
0 commit comments