From d2a0028fae6f2af1a9bca8c40c00366020a8f82e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 09:14:31 +0000 Subject: [PATCH] chore(main): release 0.2.2 --- .claude-plugin/marketplace.json | 4 ++-- .claude-plugin/plugin.json | 2 +- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ 4 files changed, 12 insertions(+), 4 deletions(-) create mode 100644 CHANGELOG.md diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 3ce90cc..ab7370a 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -1,13 +1,13 @@ { "name": "confidence", - "version": "0.2.1", + "version": "0.2.2", "owner": { "name": "Spotify Confidence" }, "plugins": [ { "name": "confidence", - "version": "0.2.1", + "version": "0.2.2", "description": "Access Confidence feature flags, experiments, and migration tools directly from Claude Code.", "source": { "source": "url", diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 20457c6..53a4662 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "confidence", "description": "Access Confidence feature flags, experiments, and migration tools directly from Claude Code.", - "version": "0.2.1", + "version": "0.2.2", "author": { "name": "Spotify Confidence", "url": "https://confidence.spotify.com" diff --git a/.release-please-manifest.json b/.release-please-manifest.json index af55ef0..949ce4c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.1" + ".": "0.2.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..096aa51 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.2.2](https://github.com/spotify/confidence-ai-plugins/compare/v0.2.1...v0.2.2) (2026-05-25) + + +### Bug Fixes + +* **migrate-posthog:** correct multivariant splits and resolve verification ([#9](https://github.com/spotify/confidence-ai-plugins/issues/9)) ([848e1ab](https://github.com/spotify/confidence-ai-plugins/commit/848e1ab3e6fb3a376265bbc297aa92cadaa7037b))