diff --git a/HISTORY.rst b/HISTORY.rst index 61a70cce..1215d781 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -4,6 +4,19 @@ Change Log All notable changes to this project will be documented in this file. This project adheres to `Semantic Versioning `__. +62.7.0 - 2026-03-18 +------------------- + +Added +~~~~~ + +- New pushflathub scopes `{prefix}:{channel}:{appid}` for firefox and thunderbird + +Removed +~~~~~~~ + +- No longer needed flathub-beta scopes from mozilla-release + 62.6.0 - 2026-02-27 ------------------- diff --git a/pyproject.toml b/pyproject.toml index dd1d09ba..a5f36e1d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "scriptworker" -version = "62.6.0" +version = "62.7.0" description = "Taskcluster scriptworker" authors = [ { name = "Mozilla Release Engineering", email = "releng@mozilla.com" },