From c6cc26b6d47d330995893da32ab3bc756f970f1a Mon Sep 17 00:00:00 2001 From: JibayMcs Date: Wed, 11 Sep 2024 20:18:43 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2d4afc..9f338bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to `filament-tour` will be documented in this file. +## v3.1.0.9 - 2024-09-11 + +### What's Changed + +* Fixing Typo in my last commit by @OccTherapist in https://github.com/JibayMcs/filament-tour/pull/22 + +**Full Changelog**: https://github.com/JibayMcs/filament-tour/compare/v3.1.0.8...v3.1.0.9 + ## v3.1.0.8 - 2024-09-10 ### What's Changed @@ -37,12 +45,13 @@ All notable changes to `filament-tour` will be documented in this file. protected function getHeaderActions(): array { return [ - Action::make('Tour')->dispatch('filament-tour::open-tour', ['tour_dashboard']), + Action::make('Tour')->dispatch('filament-tour::open-tour', ['tour_dashboard']), ]; } + ``` ``` @@ -51,6 +60,7 @@ All notable changes to `filament-tour` will be documented in this file. + ``` ## v3.1.0.5 - 2024-05-10