From 0fb1a1e2685125ab3b30ccef9dbb823c7b3d60e2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 29 Nov 2025 07:48:28 +0000 Subject: [PATCH] chore: release 0.1.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a915e8c..001eb2c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.1" + ".": "0.1.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d6392e..a00ca2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.1.2](https://github.com/defilantech/issueparser/compare/v0.1.1...v0.1.2) (2025-11-29) + + +### Bug Fixes + +* rename workflow job names to match branch protection checks ([#5](https://github.com/defilantech/issueparser/issues/5)) ([76a4007](https://github.com/defilantech/issueparser/commit/76a4007f7b3121bcb2c43fc497df8f9a7af69ccd)) +* use correct GitHub org (defilantech) for Docker image registry ([#3](https://github.com/defilantech/issueparser/issues/3)) ([1b24797](https://github.com/defilantech/issueparser/commit/1b24797549dd850fb1e1a7052459b293de1c88ad)) + ## [0.1.1](https://github.com/defilantech/issueparser/compare/v0.1.0...v0.1.1) (2025-11-29)