From 0e06d5d55158858742f8c10b2a9de69d9fac8550 Mon Sep 17 00:00:00 2001 From: Justin Byrne Date: Sat, 7 May 2022 14:08:42 +0100 Subject: [PATCH] Added details to changelog --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index edf87bc..a4e1885 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ # Changelog -All notable changes to `extra-artisan-commands` will be documented in this file. +## v1.0.0 - 2022/05/07 + +### Added + +- Added `make:service` command to create a service file. +- Added `make:trait` command to create a trait file. +- Added `make:action` command to create an action file. +- Added `create:user` command to ask questions for creating a new user.