From 621dd6c42a171291862acd33c8122348e7ad8a70 Mon Sep 17 00:00:00 2001 From: Luis Novo Date: Tue, 14 Apr 2026 14:03:48 -0300 Subject: [PATCH] chore: bump version to 1.8.5 and update changelog --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e763d5e..5d06c9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.8.5] - 2026-04-14 + +### Fixed +- Credentials endpoint no longer crashes (500) when encryption key doesn't match stored credentials (#740) +- Broken credentials are now shown with a decryption warning and can still be deleted +- DELETE endpoint for broken credentials supports model migration (`migrate_to` parameter) + ## [1.8.4] - 2026-04-09 ### Security diff --git a/pyproject.toml b/pyproject.toml index 8814dc2..d75f55a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "open-notebook" -version = "1.8.4" +version = "1.8.5" description = "An open source implementation of a research assistant, inspired by Google Notebook LM" authors = [ {name = "Luis Novo", email = "lfnovo@gmail.com"}