diff --git a/src/utils/changelog.js b/src/utils/changelog.js index 8dee259..2d7ef1c 100644 --- a/src/utils/changelog.js +++ b/src/utils/changelog.js @@ -14,6 +14,20 @@ const config = [ + { + version: 5.5, + title: "Bug fixes and redesigns", + shortTitle: "", + date: "27/07/2019", + headColor: "rgba(15, 65, 70, 0.77)", + new: [ + "We have re-added syntax highlighting and also improved the performance of message formatting. (Thanks to Bree!)", + "Profile Setting has been re-designed. You can now edit your username, email and password!" + ], + fix: [ + 'Fixed some bugs with edit message', + ], + }, { version: 5.5, title: "Oopsies!",