From 3b2b83525b2dacca83ad48554b16a2eb973dec1f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 23:10:04 +0000 Subject: [PATCH] chore(main): release 2.0.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 37fcefa..895bf0e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.0" + ".": "2.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ef29414..44bb74f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.0.0](https://github.com/SpoolId/SpoolID/compare/v1.0.0...v2.0.0) (2026-07-06) + + +### ⚠ BREAKING CHANGES + +* wire replies are additive on the wire, but the contract now requires the ok envelope everywhere and code on every error; clients should gate on the new protocol field. + +### Features + +* **spec:** versioned wire-contract spec (v1 as-is + v2 target) ([6077197](https://github.com/SpoolId/SpoolID/commit/6077197dbadac12f5978b201d5886302a515c8e9)), closes [#18](https://github.com/SpoolId/SpoolID/issues/18) +* unify wire protocol (v2 envelope, error codes, protocol field) ([1998b0b](https://github.com/SpoolId/SpoolID/commit/1998b0b48e855f1d21b529fd403c562dbe12e75c)), closes [#18](https://github.com/SpoolId/SpoolID/issues/18) + ## 1.0.0 (2026-07-02)