chore: bump version to 1.8.5 and update changelog

This commit is contained in:
Luis Novo 2026-04-14 14:03:48 -03:00
parent 0c2522074d
commit 621dd6c42a
2 changed files with 8 additions and 1 deletions

View file

@ -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

View file

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