diff --git a/server/CHANGELOG.md b/server/CHANGELOG.md index 204d0bace..5016c9ab1 100644 --- a/server/CHANGELOG.md +++ b/server/CHANGELOG.md @@ -2,6 +2,10 @@ ## Unreleased +## [0.26.17] - 2024-08-20 + +### Fixed + - Evolution: Fix regression where the pipeline crashed if the date column was also in group columns ## [0.26.16] - 2024-07-31 diff --git a/server/pyproject.toml b/server/pyproject.toml index a979f8c91..9ee96f14b 100644 --- a/server/pyproject.toml +++ b/server/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "weaverbird" -version = "0.26.16" +version = "0.26.17" description = "A visual data pipeline builder with various backends" authors = ["Toucan Toco "] keywords = ["mongodb", "pandas", "sql", "data", "dataviz", "pipeline", "query", "builder"]