From 8f2fb6cb10fb5350db96f183f1a874b20e01aa3d Mon Sep 17 00:00:00 2001 From: rubenvanassche Date: Tue, 30 Apr 2024 08:49:57 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ba6a14..02505d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to `laravel-ignition` will be documented in this file +## 2.6.1 - 2024-04-30 + +### What's Changed + +* Adding missing ComponentRegistry import by @matthewscalf in https://github.com/spatie/laravel-ignition/pull/196 +* Fix view traces by @rubenvanassche in https://github.com/spatie/laravel-ignition/pull/189 + +**Full Changelog**: https://github.com/spatie/laravel-ignition/compare/2.6.0...2.6.1 + ## 2.6.0 - 2024-04-29 ### What's Changed