diff --git a/HISTORY.rst b/HISTORY.rst index 07e84db3..09b819f4 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -4,6 +4,14 @@ Change Log All notable changes to this project will be documented in this file. This project adheres to `Semantic Versioning `__. +62.5.0 - 2026-02-12 +------------------- + +Added +~~~~~ + +- Allow `pr-actions` `tasks_for` in the `enterprise` trust domain (#775) + 62.4.0 - 2026-02-10 ------------------- diff --git a/pyproject.toml b/pyproject.toml index 814e22a2..5f5e338b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "scriptworker" -version = "62.4.0" +version = "62.5.0" description = "Taskcluster scriptworker" authors = [ { name = "Mozilla Release Engineering", email = "releng@mozilla.com" },