From e7debb131e73247e97a090b71f1f1f4031f8b900 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 23 Dec 2019 12:01:57 +0000 Subject: [PATCH] updated changelog --- src/utils/changelog.js | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/utils/changelog.js b/src/utils/changelog.js index 140a7d0..8263b18 100644 --- a/src/utils/changelog.js +++ b/src/utils/changelog.js @@ -1,10 +1,19 @@ const config = [ + { + version: 9.1, + title: "Roles!", + shortTitle: "", + date: "23/12/2019", + headColor: "#007792", + new: [ + "You can now create roles and then see them in the members list. This feature is not finished yet but seems to be bug free for now :D" + ] + }, { version: 8.9, title: "Public Themes!", shortTitle: "", date: "7/12/2019", - headColor: "#007792", new: [ "You can now make your themes public! Note: Making your theme public will require reviewing which may take few hours or days." ]