From d79a808c81ab269ff7133803b05a7d26067192b9 Mon Sep 17 00:00:00 2001 From: Stefan Zermatten Date: Mon, 5 Oct 2015 08:59:25 +0200 Subject: [PATCH] Bumped Version --- rpg-docs/private/changeLogs/changeLogs.js | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/rpg-docs/private/changeLogs/changeLogs.js b/rpg-docs/private/changeLogs/changeLogs.js index b6092149..1f74c8bb 100644 --- a/rpg-docs/private/changeLogs/changeLogs.js +++ b/rpg-docs/private/changeLogs/changeLogs.js @@ -275,3 +275,14 @@ ChangeLogs.insert({ "Fixed spell attacks appearing on features page when the spell is not prepared", ], }); + + + +ChangeLogs.insert({ + version: "0.8.0", + changes: [ + "Migrate to a new hosting provider. Server should now respond to interaction in milliseconds, rather than minutes", + "Redirected www.dicecloud.com to dicecloud.com", + "Fixed errors loggin in with Google", + ], +});