Skip to content

Commit f638bbc

Browse files
committed
docs: update changelog
1 parent d688251 commit f638bbc

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22

33
All notable changes to `laravel-specification-pattern` will be documented in this file.
44

5-
## Unreleased
5+
## [v2.0.0] - 2023-03-21
6+
7+
### Added
8+
9+
- Support from Laravel 10.
610

711
### Changed
812

@@ -13,6 +17,11 @@ All notable changes to `laravel-specification-pattern` will be documented in thi
1317
- `OrSpecification`.
1418
- `VerboseSpecification`.
1519

20+
### Removed
21+
22+
- Support for PHP 8.
23+
- Support for Laravel 8.
24+
1625
## [v1.1.0] - 2022-03-07
1726

1827
### Added
@@ -23,5 +32,6 @@ All notable changes to `laravel-specification-pattern` will be documented in thi
2332

2433
- initial release
2534

35+
[v2.0.0]: https://github.com/maartenpaauw/laravel-specification-pattern/compare/v1.1.0...v2.0.0
2636
[v1.1.0]: https://github.com/maartenpaauw/laravel-specification-pattern/compare/v1.0.0...v1.1.0
2737
[v1.0.0]: https://github.com/maartenpaauw/laravel-specification-pattern/releases/tag/v1.0.0

0 commit comments

Comments
 (0)