From 293a06d521c45ff833246fda41ca7885a0a41983 Mon Sep 17 00:00:00 2001 From: Harings Rob Date: Fri, 30 Sep 2022 11:04:59 +0200 Subject: [PATCH] Prepare 2.9.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- src/TwillServiceProvider.php | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5f80bfa8..c2ac52401 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to `twill` will be documented in this file. +## 2.9.1 (2022-09-30) + +### Fixes + +- Fixes an issue that would allow unpublished users to continue to login [`#1833`](https://github.com/area17/twill/pull/1833) +- Fixes an issue that where custom icons were not picked up by the build process [`#1825`](https://github.com/area17/twill/pull/1825) + ## 2.9.0 (2022-09-13) ### Features diff --git a/package.json b/package.json index 59bced4b8..ace6e8263 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@area17/twill", - "version": "2.9.0", + "version": "2.9.1", "private": true, "scripts": { "inspect": "vue-cli-service inspect --mode production", diff --git a/src/TwillServiceProvider.php b/src/TwillServiceProvider.php index d58c9f64a..7e2ce419c 100644 --- a/src/TwillServiceProvider.php +++ b/src/TwillServiceProvider.php @@ -49,7 +49,7 @@ class TwillServiceProvider extends ServiceProvider * * @var string */ - public const VERSION = '2.9.0'; + public const VERSION = '2.9.1'; /** * Service providers to be registered.