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"}