From ec897fd124ed66ff04bcde1e6afde5b3513c47ac Mon Sep 17 00:00:00 2001 From: Lloric Mayuga Garcia Date: Thu, 16 Feb 2023 09:49:31 +0800 Subject: [PATCH] Update CHANGELOG Signed-off-by: Lloric Mayuga Garcia --- CHANGELOG.md | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f83e6f9..f594942 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,32 @@ All notable changes to this project will be documented in this file, in reverse chronological order by release. +## v1.0.0 - 2023-02-16 + +### Added + +- Add --ci on pest in GitHub action + +- Install rector + +- Install laravel pint + +### Changed + +- Use phpstan + +### Deprecated + +- Nothing. + +### Removed + +- Remove psalm + +### Fixed + +- Nothing. + ## 0.4.0-alpha2 - 2022-04-18 ### Added @@ -352,4 +378,4 @@ All notable changes to this project will be documented in this file, in reverse ### Fixed -- Nothing. \ No newline at end of file +- Nothing.