diff --git a/changelog/next/bug-fixes/4020--configured-pipelines-crash.md b/changelog/v4.10.1/bug-fixes/4020.md similarity index 100% rename from changelog/next/bug-fixes/4020--configured-pipelines-crash.md rename to changelog/v4.10.1/bug-fixes/4020.md diff --git a/python/pyproject.toml b/python/pyproject.toml index bdb0fd61db9..49b2ae60969 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tenzir" -version = "4.10.0" +version = "4.10.1" description = "A security telemetry engine for detection and response" authors = ["Tenzir "] maintainers = ["Tenzir "] diff --git a/version.json b/version.json index b127b217308..ff52ebfde49 100644 --- a/version.json +++ b/version.json @@ -4,7 +4,7 @@ "annotated git tag without the leading 'v'.", "This value gets updated automatically by `scripts/prepare-release`." ], - "tenzir-version": "4.10.0", + "tenzir-version": "4.10.1", "tenzir-partition-version_COMMENT": [ "The partition version. This number must be bumped alongside the release", "version for releases that contain major format changes to the on-disk",