From 7c2f9f5926b85c525bf136ca287d1b6a5e98e536 Mon Sep 17 00:00:00 2001 From: iamgergo Date: Sat, 20 Feb 2021 12:53:04 +0100 Subject: [PATCH] version --- CHANGELOG.md | 4 ++++ src/Bazar.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a27dbadd..533e977e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v0.5.0 (2021-02-20) +### Added +- Added the menu repository that allows to easily register custom menu items in the admin UI + ## v0.4.8 (2021-02-18) ### Added - Added the `intertiajs/inertia-laravel` package instead of the custom implementation diff --git a/src/Bazar.php b/src/Bazar.php index af6b9b6c..4b571013 100644 --- a/src/Bazar.php +++ b/src/Bazar.php @@ -16,7 +16,7 @@ abstract class Bazar * * @var string */ - public const VERSION = '0.4.8'; + public const VERSION = '0.5.0'; /** * The default currency.