From 7e30c0fe11c92a995a84c31bce24a81f421e6a64 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 15:10:17 +0000 Subject: [PATCH] chore(v2.x): release 2.11.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ version.txt | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a9b8e02a9..f58b956e9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.11.0" + ".": "2.11.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ce8d2167..5807ee9e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.11.1](https://github.com/fortify/fcli/compare/v2.11.0...v2.11.1) (2024-12-11) + + +### Bug Fixes + +* `fcli fod action run github-pr-comment`: Use `GITHUB_API_URL` environment variable instead of hardcoded api.github.com to avoid failure on GitHub Enterprise ([da7eba3](https://github.com/fortify/fcli/commit/da7eba35795e7ddd78084d139e0c422f2a86707a)) +* `fcli ssc action run github-pr-comment`: Use `GITHUB_API_URL` environment variable instead of hardcoded api.github.com to avoid failure on GitHub Enterprise ([da7eba3](https://github.com/fortify/fcli/commit/da7eba35795e7ddd78084d139e0c422f2a86707a)) + ## [2.11.0](https://github.com/fortify/fcli/compare/v2.10.1...v2.11.0) (2024-12-11) diff --git a/version.txt b/version.txt index 46b81d815..6ceb272ee 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.11.0 +2.11.1