Skip to content

Commit 77cbc45

Browse files
committed
Update changelog
1 parent 8a954a5 commit 77cbc45

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Changelog.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
1010
### Removed
1111
### Deprecated
1212

13-
## [v1.6.0] - 2026-
13+
## [v1.6.0] - 2026-02-06
1414
### Added
1515
- Enable support for different database types. If you initialize `Server` or a subclass in your code, you should pass the `database_type` parameter of the configuration. (#267)
1616
- Introduce Sqlite-based database back-end. Set `database_type = sqlite` in the `SERVICE` section of your configuration file to use it. The Sqlite back-end will become the default in v2.0 (to be released in Q3 2026). A warning is displayed to encourage users to migrate their databases and adjust the configuration file. (#271, #276)
1717
- Add `migrate-pockets` command to enable conversion of existing `tinydb` databases into Sqlite. (#273)
18+
### Changed
1819
- Update dependencies `rich` and `marshmallow`. (#275)
1920

2021
## [v1.5.1] - 2026-01-10

0 commit comments

Comments
 (0)