From 0ad583fe6fb154a610776bce01eb2904d1035493 Mon Sep 17 00:00:00 2001 From: Jonathan Sick Date: Thu, 21 Mar 2024 17:14:04 -0400 Subject: [PATCH] Add change log for 0.9.1 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bf96a4..3aa6bbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ + +## 0.9.1 (2024-03-21) + +### Bug fixes + +- Fix Slack error messaging in the `nbexec` worker function. +- Extract and use the actual XSRF token when communicating with the Hub and Lab. + ## 0.9.0 (2024-03-13)