From 8febdac7ef21460ee72d1884532896c539194182 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 19:51:27 +0000 Subject: [PATCH] chore(master): release 2.0.3 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b144f38..d1b92fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.3](https://github.com/snakemake/snakemake-github-action/compare/v2.0.2...v2.0.3) (2025-12-15) + + +### Bug Fixes + +* remove unused remote setup that was using GitHub token in version tag update ([#51](https://github.com/snakemake/snakemake-github-action/issues/51)) ([b46b0bb](https://github.com/snakemake/snakemake-github-action/commit/b46b0bb3c7c5801540a247cb6bee1a8d895cd743)) + ## [2.0.2](https://github.com/snakemake/snakemake-github-action/compare/v2.0.1...v2.0.2) (2025-12-15)