From 7ff5f7fa304f8f75709004e1bd172672b79dad63 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 20:02:48 +0000 Subject: [PATCH] chore(main): release 1.7.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 093be7e..64e0684 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.6.1" + ".": "1.7.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 915746a..1ea066f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.7.0](https://github.com/CodeBoarding/CodeBoarding-action/compare/v1.6.1...v1.7.0) (2026-06-30) + + +### Features + +* scope CI workflow permissions to least privilege ([#50](https://github.com/CodeBoarding/CodeBoarding-action/issues/50)) ([cb64c17](https://github.com/CodeBoarding/CodeBoarding-action/commit/cb64c17291deaff5db3a7c67a4ce2f4b1c7887b2)) + ## [1.6.1](https://github.com/CodeBoarding/CodeBoarding-action/compare/v1.6.0...v1.6.1) (2026-06-24)