From 9265331c28c3639eb9d4382166d0a3e7bfb8597b Mon Sep 17 00:00:00 2001 From: Andrew Drake Date: Wed, 8 Dec 2021 17:09:57 +1100 Subject: [PATCH] Version 0.9.8 --- CHANGELOG.md | 4 ++++ config/package.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb260ce1..f637cf3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed ### Removed ---> +## 0.9.8 - 2021-12-08 +### Fixed +- Issue with loading team roles, settings when not using teams mode + ## 0.9.7 - 2021-11-27 ### Fixed - Issue with adding owner role when creating new team diff --git a/config/package.php b/config/package.php index d1287cb0..fd529acb 100644 --- a/config/package.php +++ b/config/package.php @@ -13,6 +13,6 @@ | */ - 'version' => '0.9.7', + 'version' => '0.9.8', ];