From 18ac3a1608878d85bc1a5f5e0c945483489e22a9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 08:52:18 +0000 Subject: [PATCH 1/2] chore(main): release 1.0.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 30bfd91..ff11689 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "0.2.0" + ".": "1.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0703ce2..07a5ef3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [1.0.0](https://github.com/jfrog/opencode-jfrog-plugin/compare/v0.2.0...v1.0.0) (2026-08-18) + + +### ⚠ BREAKING CHANGES + +* JFROG_URL/JFROG_ACCESS_TOKEN are no longer used for the JFrog Platform MCP; authentication is OAuth via JFROG_PLATFORM_URL. + +### Features + +* JFrog Platform MCP authenticates via OAuth ([#31](https://github.com/jfrog/opencode-jfrog-plugin/issues/31)) ([b2dcdbc](https://github.com/jfrog/opencode-jfrog-plugin/commit/b2dcdbce0ae5960a1cdfb96ce77c0ae67af9846f)) + ## [0.2.0](https://github.com/jfrog/opencode-jfrog-plugin/compare/v0.1.0...v0.2.0) (2026-08-11) diff --git a/package.json b/package.json index bb97594..549bcce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jfrog/opencode-jfrog-plugin", - "version": "0.2.0", + "version": "1.0.0", "description": "JFrog Plugin for seamless integration to Opencode", "author": { "name": "JFrog", From 86794a8367f0b58f07f9c006b935c983bec3aba7 Mon Sep 17 00:00:00 2001 From: yanivt Date: Tue, 18 Aug 2026 13:22:08 +0300 Subject: [PATCH 2/2] chore: set release version to 0.3.0 (pre-1.0, not GA) Co-authored-by: Cursor --- .release-please-manifest.json | 2 +- CHANGELOG.md | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ff11689..c5bd7d2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "1.0.0" + ".": "0.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 07a5ef3..168563a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [1.0.0](https://github.com/jfrog/opencode-jfrog-plugin/compare/v0.2.0...v1.0.0) (2026-08-18) +## [0.3.0](https://github.com/jfrog/opencode-jfrog-plugin/compare/v0.2.0...v0.3.0) (2026-08-18) ### ⚠ BREAKING CHANGES diff --git a/package.json b/package.json index 549bcce..91f6dca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jfrog/opencode-jfrog-plugin", - "version": "1.0.0", + "version": "0.3.0", "description": "JFrog Plugin for seamless integration to Opencode", "author": { "name": "JFrog",