diff --git a/CHANGELOG.md b/CHANGELOG.md index e9ae1e7f..fdf2cf25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## [11.2.2] - 2024-10-15 + +### Fixed + +- Regression in Decision image where `taskgraph` was no longer on the $PATH +- `uv` now included in the `run-task` image + ## [11.2.1] - 2024-10-03 ### Fixed diff --git a/src/taskgraph/__init__.py b/src/taskgraph/__init__.py index 209f1101..9b924a18 100644 --- a/src/taskgraph/__init__.py +++ b/src/taskgraph/__init__.py @@ -2,7 +2,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -__version__ = "11.2.1" +__version__ = "11.2.2" # Maximum number of dependencies a single task can have # https://docs.taskcluster.net/docs/reference/platform/queue/api#createTask