From d4daa1379fa9ef841ae676e2f6b8579e180a23f8 Mon Sep 17 00:00:00 2001 From: "abi-releaser[bot]" <125614851+abi-releaser[bot]@users.noreply.github.com> Date: Wed, 25 Jun 2025 16:36:44 +0000 Subject: [PATCH] chore(master): release 1.1.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8fae045..cddbaef 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.1" + ".": "1.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d9cc41a..33cd597 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.1.0](https://github.com/abinnovision/github-workflow-dispatch-proxy/compare/v1.0.1...v1.1.0) (2025-06-25) + + +### Features + +* migrate to cross-policy ([#66](https://github.com/abinnovision/github-workflow-dispatch-proxy/issues/66)) ([8a14262](https://github.com/abinnovision/github-workflow-dispatch-proxy/commit/8a142624e28a8126690e737663e81301a8d7b6eb)) +* set "ref" as optional and fetch the default branch if necessary ([#91](https://github.com/abinnovision/github-workflow-dispatch-proxy/issues/91)) ([4f9b66e](https://github.com/abinnovision/github-workflow-dispatch-proxy/commit/4f9b66eedb8063b3666c589b570d7914af8520c8)) +* support CEL as policy ([#97](https://github.com/abinnovision/github-workflow-dispatch-proxy/issues/97)) ([976c065](https://github.com/abinnovision/github-workflow-dispatch-proxy/commit/976c065ae0f535d8263788cb15168576b54fe3ec)) + + +### Bug Fixes + +* add warning log when request body is invalid ([39749fc](https://github.com/abinnovision/github-workflow-dispatch-proxy/commit/39749fcc1870c3a230e0aee5308eb4149793a360)) + ## [1.0.1](https://github.com/abinnovision/github-workflow-dispatch-proxy/compare/v1.0.0...v1.0.1) (2024-10-18) diff --git a/package.json b/package.json index aaae5d0..582e08d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "github-workflow-dispatch-proxy", - "version": "1.0.1", + "version": "1.1.0", "repository": { "type": "git", "url": "https://github.com/abinnoivison/github-workflow-dispatch-proxy"