diff --git a/rpg-docs/private/changeLogs/changeLogs.js b/rpg-docs/private/changeLogs/changeLogs.js index 78a262b7..91b738cd 100644 --- a/rpg-docs/private/changeLogs/changeLogs.js +++ b/rpg-docs/private/changeLogs/changeLogs.js @@ -243,3 +243,12 @@ ChangeLogs.insert({ "Added basic analytics", ], }); + +ChangeLogs.insert({ + version: "0.6.8", + changes: [ + "Fixed share dialog not finding user names", + "Fixed temporary hitpoint sliders allowing negative values", + "Fixed proficiencies not being disabled with their features", + ], +});