From 9d4ef537185c4d6a6aca278368c7ccb6a2d60b20 Mon Sep 17 00:00:00 2001 From: Chris Van Pelt Date: Tue, 20 Oct 2020 13:00:24 -0700 Subject: [PATCH] Release 0.9.23 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52882f6..fdba5ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## wandb/local:0.9.23 (August 4, 2020) + +* Google cloud external buckets +* Settings are not over written when clicking "Set frontend host" +* Frontend console logs in debug bundles +* Reporting comments and general improvements +* Private report sharing + + ## wandb/local:0.9.22 (July 27, 2020) * Admin interface works properly in Safari diff --git a/package.json b/package.json index 9350104..5071c13 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "local", - "version": "0.9.22", + "version": "0.9.23", "description": "W&B Local is the self hosted version of Weights & Biases", "repository": "git@github.com:wandb/local.git", "author": "Chris Van Pelt ",