diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 81a670276..6db3039d0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.8.6" + ".": "0.9.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 33b4d792f..02c41c3b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [0.9.0](https://github.com/GenSpectrum/LAPIS-SILO/compare/v0.8.6...v0.9.0) (2025-10-03) + + +### ⚠ BREAKING CHANGES + +* **silo:** Multiple breaking changes to lineage configuration: + - PreprocessingConfig: `lineageDefinitionsFilename` renamed to + `lineageDefinitionFilenames` and changed from string to list + - DatabaseConfig: `generateLineageIndex` changed from boolean to string + (expects lineage definition filename) + +### Features + +* **silo:** support multiple lineage systems ([f4be635](https://github.com/GenSpectrum/LAPIS-SILO/commit/f4be63507cfb656e773c4cc2d44b4537319312f0)) + ## [0.8.6](https://github.com/GenSpectrum/LAPIS-SILO/compare/v0.8.5...v0.8.6) (2025-09-26) diff --git a/version.txt b/version.txt index 7fc2521fd..ac39a106c 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.8.6 +0.9.0