From efac1ad22f97a771dabd206bab03bf3087e5cab0 Mon Sep 17 00:00:00 2001 From: salahhusa9 Date: Tue, 21 Nov 2023 12:37:06 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27908bd..2467857 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ All notable changes to `laravel-updater` will be documented in this file. +## Laravel Updater v1 - 2023-11-21 + +### What's Changed + +- Update actions/setup-node action to v4 by @renovate in https://github.com/salahhusa9/laravel-updater/pull/14 +- Git failed exception by @salahhusa9 in https://github.com/salahhusa9/laravel-updater/pull/17 +- Tests pipelines by @salahhusa9 in https://github.com/salahhusa9/laravel-updater/pull/18 +- Tests Repository Source by @salahhusa9 in https://github.com/salahhusa9/laravel-updater/pull/19 +- Command test by @salahhusa9 in https://github.com/salahhusa9/laravel-updater/pull/20 +- updater facade tests by @salahhusa9 in https://github.com/salahhusa9/laravel-updater/pull/21 +- Remove Git Pull in update by @salahhusa9 in https://github.com/salahhusa9/laravel-updater/pull/22 + +**Full Changelog**: https://github.com/salahhusa9/laravel-updater/compare/v0.0.1...v1.0.0 + ## Laravel Updater Beta - 2023-10-31 ### What's Changed