diff --git a/CHANGELOG.md b/CHANGELOG.md index 8defd4473..6ac6cd341 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [14.6.1] - 2025-08-11 + +### Fixed + +- Reverted accidental schema changes to run and toolchain transforms + ## [14.6.0] - 2025-08-05 ### Added diff --git a/pyproject.toml b/pyproject.toml index 665c1c9d2..be845dcaa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ ### Project [project] name = "taskcluster-taskgraph" -version = "14.6.0" +version = "14.6.1" description = "Build taskcluster taskgraphs" readme = "README.rst" authors = [ diff --git a/uv.lock b/uv.lock index 7365fd3be..c234e151b 100644 --- a/uv.lock +++ b/uv.lock @@ -2010,7 +2010,7 @@ wheels = [ [[package]] name = "taskcluster-taskgraph" -version = "14.6.0" +version = "14.6.1" source = { editable = "." } dependencies = [ { name = "appdirs" },