From 9d0f55129e1c1a2732ace480f942560b33456d8e Mon Sep 17 00:00:00 2001 From: Flowcore Machine User <118859104+flowcore-machine@users.noreply.github.com> Date: Wed, 11 Feb 2026 11:56:06 +0000 Subject: [PATCH] chore(main): release 2.0.4 --- .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 337d15d..d7d8336 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.3" + ".": "2.0.4" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index afdee04..eac6fc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.0.4](https://github.com/flowcore-io/usable-pr-validator/compare/v2.0.3...v2.0.4) (2026-02-11) + + +### Bug Fixes + +* add model flag to OpenCode CLI command in validation script ([828ea20](https://github.com/flowcore-io/usable-pr-validator/commit/828ea200594479921c540c958643a77aa498eb96)) +* add model flag to OpenCode CLI command in validation script ([9e9f308](https://github.com/flowcore-io/usable-pr-validator/commit/9e9f308e1947a4e0ab60c8b14e93fb80383e32f2)) + ## [2.0.3](https://github.com/flowcore-io/usable-pr-validator/compare/v2.0.2...v2.0.3) (2026-02-10)