diff --git a/server/CHANGELOG.md b/server/CHANGELOG.md index 5b93d56a6c..39b34ff5c0 100644 --- a/server/CHANGELOG.md +++ b/server/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## [0.41.2] - 2024-01-18 + ### Fixed - `IfThenElseStepWithVariables` can now be used with a `RelativeDateCondition` containing a variable. diff --git a/server/pyproject.toml b/server/pyproject.toml index 9f9fddf8d5..432d03002b 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.41.1" +version = "0.41.2" description = "A visual data pipeline builder with various backends" authors = ["Toucan Toco "] keywords = ["mongodb", "pandas", "sql", "data", "dataviz", "pipeline", "query", "builder"]