diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 324979681..9bb182bad 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,19 @@ +- commits: + - subject: Set explicit permissions at the job level + hash: 9dc5aacccbd5ffdb154df3a1db172736cca36145 + body: | + This is the more secure approach that defaults + to lowest possible permissions. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Kyle Harding + signed-off-by: Kyle Harding + author: Kyle Harding + nested: [] + version: 1.27.10 + title: "" + date: 2024-11-11T19:16:32.044Z - commits: - subject: Update Lock file maintenance hash: 271d9ee084c71d4eb128948b15ea3bf9150a0a39 diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e6527dd7..b76388079 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY! This project adheres to [Semantic Versioning](http://semver.org/). +# v1.27.10 +## (2024-11-11) + +* Set explicit permissions at the job level [Kyle Harding] + # v1.27.9 ## (2024-11-11) diff --git a/VERSION b/VERSION index 659c28840..7b88bc3c1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.27.9 \ No newline at end of file +1.27.10 \ No newline at end of file