diff --git a/CHANGELOG.md b/CHANGELOG.md index 68bd04fa5..e9ae1e7f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [11.2.1] - 2024-10-03 + +### Fixed + +- `taskgraph.optimize.register_strategy` can now pass kwargs on to the optimization class + ## [11.2.0] - 2024-09-26 ### Added diff --git a/src/taskgraph/__init__.py b/src/taskgraph/__init__.py index 22f24b624..209f11013 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.0" +__version__ = "11.2.1" # Maximum number of dependencies a single task can have # https://docs.taskcluster.net/docs/reference/platform/queue/api#createTask