Skip to content
This repository was archived by the owner on Jun 28, 2024. It is now read-only.

Commit 71fad7c

Browse files
committed
docs: Add a CHANGELOG.md
1 parent da44f50 commit 71fad7c

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

CHANGELOG.md

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
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).
6+
7+
## [v1.4.0]
8+
9+
- Support laravel 7
10+
- Re-write ci to use GitHub actions
11+
- Update package to @code-lts
12+
- Replace coveralls by codecov
13+
- Remove composer lock file
14+
- Make test suite run from phpunit 5 to 9
15+
- Update README.md
16+
- Add a CHANGELOG.md
17+
- Add a `.gitattributes` file
18+
19+
## [v1.3.1]
20+
21+
- Allow `monolog/monolog:^2.0`
22+
23+
## [v1.3.0]
24+
25+
- Support laravel 6
26+
- Use `Illuminate\Support\Str` functions instead of helpers
27+
- Improve the README.md

0 commit comments

Comments
 (0)