diff --git a/HISTORY.rst b/HISTORY.rst index 197d8e62..de32850a 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -4,11 +4,20 @@ Change Log All notable changes to this project will be documented in this file. This project adheres to `Semantic Versioning `__. +62.2.2 - 2025-12-02 +------------------- + +Fixed +~~~~~ + +- CoT constants for Firefox Enterprise + 62.2.1 - 2025-12-01 ------------------- Fixed ~~~~~ + - spurious CoT failure when verifying some tasks chaining to pushes with different .taskcluster.yml 62.2.0 - 2025-11-28 diff --git a/pyproject.toml b/pyproject.toml index 86dc4fe4..5027b074 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "scriptworker" -version = "62.2.1" +version = "62.2.2" description = "Taskcluster scriptworker" authors = [ { name = "Mozilla Release Engineering", email = "releng@mozilla.com" },