From 1e7a9a660fed98f5d3bc3f3b32ee6aaa405648a8 Mon Sep 17 00:00:00 2001 From: Dima Pristupa Date: Fri, 17 May 2024 19:26:35 +0300 Subject: [PATCH] CHANGELOG.md: add 0.23.1 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bcc74de6..68b0b9bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - HTTP API: add `/platform/login` handler to enable GitHub authorization inside Jupyter Notebook +## [0.23.1] - 2024-05-17 +### Fixed +- Fix startup: correct config parameter name (`jwt_token` -> `jwt_secret`) + ## [0.23.0] - 2024-05-14 ### Changed - Upgraded `kamu` from `0.177.0` to `0.180.0` ([changelog](https://github.com/kamu-data/kamu-cli/blob/master/CHANGELOG.md))