mirror of
https://github.com/lfnovo/open-notebook.git
synced 2026-04-28 03:19:59 +00:00
chore: bump version to 1.8.5 and update changelog
This commit is contained in:
parent
0c2522074d
commit
621dd6c42a
2 changed files with 8 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue