diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b19796..281090a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## wandb/local:0.9.18 (June 12, 2020) + +* New advanced Bar Chart options for std-dev, and error bars +* Restore deleted users via the user admin api +* Configure local instances programmatically using environment variables. +* Fix wandb.HTML rendering issues inside of wandb/local +* Fix flagging users as admin when reconfiguring the database +* Report UI improvements + + ## wandb/local:0.9.17 (June 5, 2020) * Forgot password emails and password reset link generation diff --git a/package.json b/package.json index 01fb35c..ede1293 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "local", - "version": "0.9.17", + "version": "0.9.18", "description": "W&B Local is the self hosted version of Weights & Biases", "repository": "git@github.com:wandb/local.git", "author": "Chris Van Pelt ",