diff --git a/CHANGELOG.md b/CHANGELOG.md index 402c0944..b1496f85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## v3.51.1 - 2026-05-16 - A significant performance boost was achieved for large Taskfiles (monorepos) by skipping templating altogether when the string is static (#2820 by @romnn). diff --git a/internal/version/version.txt b/internal/version/version.txt index 84ba969c..d1278a46 100644 --- a/internal/version/version.txt +++ b/internal/version/version.txt @@ -1 +1 @@ -3.51.0 +3.51.1 diff --git a/website/src/docs/changelog.md b/website/src/docs/changelog.md index 909bfbc4..926854c8 100644 --- a/website/src/docs/changelog.md +++ b/website/src/docs/changelog.md @@ -8,7 +8,7 @@ editLink: false ::: v-pre -## v3.51.0 - 2026-05-16 +## v3.51.1 - 2026-05-16 - A significant performance boost was achieved for large Taskfiles (monorepos) by skipping templating altogether when the string is static (#2820 by @romnn).