From a39e8052c81883da3773d76fdabf14bf613b5098 Mon Sep 17 00:00:00 2001 From: nasrulhazim Date: Thu, 14 Nov 2024 16:47:31 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b3b33e..95961be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to `app-pulse` will be documented in this file. +## v1.0.1 - Improve codes with PHPStan - Level 9 - 2024-11-14 + +**Full Changelog**: https://github.com/cleaniquecoders/app-pulse/compare/v1.0.0...v1.0.1 + +*p/s: Still few issues not yet fix on PHPStan* + ## v1.0.0 - 2024-10-17 ### **Release Notes for AppPulse v1.0.0** @@ -52,6 +58,7 @@ It provides core features for tracking **uptime status** and **SSL certificate v ```bash composer require cleaniquecoders/app-pulse + ``` - Publish configuration and migrations with: @@ -60,6 +67,7 @@ It provides core features for tracking **uptime status** and **SSL certificate v php artisan vendor:publish --tag="app-pulse-migrations" php artisan migrate + ``` - Cron setup instructions included for smooth operation with Laravel’s scheduler.