From d57076bbf122cbfda44997559095825c78a58871 Mon Sep 17 00:00:00 2001 From: Simon Schneegans Date: Sat, 7 Oct 2023 18:54:07 +0200 Subject: [PATCH] :memo: Add changelog entry --- changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.md b/changelog.md index e1b9024..59437ef 100644 --- a/changelog.md +++ b/changelog.md @@ -7,6 +7,7 @@ #### Changes - **SVG Mode:** If your gist filename ends with `.svg` instead of `.json`, the action will now generate an SVG badge instead of a JSON file. This is useful if you cannot use shields.io for some reason. However, this SVG mode does not support all features of shields.io. Thanks to [@runarberg](https://github.com/runarberg) for this contribution! +- **New `host` Parameter:** You can now specify the host for the gist API. This is useful if you want to use the action on a GitHub enterprise instance. Thanks to [@LucBerge](https://github.com/LucBerge) for this idea! - The action now runs on Node 20 instead of Node 16. ## [Dynamic Badges Action 1.6.0](https://github.com/Schneegans/dynamic-badges-action/tree/v1.6.0)