From 4ccc63e577e0121bb699662ef65f107042476684 Mon Sep 17 00:00:00 2001 From: Flowcore Machine User <118859104+flowcore-machine@users.noreply.github.com> Date: Wed, 11 Feb 2026 12:41:23 +0000 Subject: [PATCH] chore(main): release 2.1.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d7d8336..656a2ef 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.4" + ".": "2.1.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index eac6fc8..fe9103e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ 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.1.0](https://github.com/flowcore-io/usable-pr-validator/compare/v2.0.4...v2.1.0) (2026-02-11) + + +### Features + +* add opencode-provider input for OpenCode integration and update related scripts ([9367c99](https://github.com/flowcore-io/usable-pr-validator/commit/9367c99c513a94a4ec65a1f40925e016a91515a6)) +* enhance documentation for multi-provider support in Usable PR Validator ([013f3ca](https://github.com/flowcore-io/usable-pr-validator/commit/013f3ca511c09b4e1cdacec5596f592ac6b4310d)) +* update OpenCode references to use consistent naming and improve documentation ([c852b91](https://github.com/flowcore-io/usable-pr-validator/commit/c852b9132e3d50a3926a4d69660b0573c70ec326)) + ## [2.0.4](https://github.com/flowcore-io/usable-pr-validator/compare/v2.0.3...v2.0.4) (2026-02-11)