diff --git a/HISTORY.rst b/HISTORY.rst index d32ce7af..7bd014ca 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.1.0 - 2025-11-26 +------------------- + +Added +~~~~~ + +- Allow `pr-action` `tasks_for` for translations trust domain (#727) + 62.0.0 - 2025-11-25 ------------------- diff --git a/pyproject.toml b/pyproject.toml index dce2bc46..23c710f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "scriptworker" -version = "62.0.0" +version = "62.1.0" description = "Taskcluster scriptworker" authors = [ { name = "Mozilla Release Engineering", email = "releng@mozilla.com" },