diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a75e44359..6917ffa7e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "lib/fixtures": "0.2.10", + "lib/fixtures": "0.3.0", "lib/ocrypto": "0.1.9", "lib/flattening": "0.1.3", "protocol/go": "0.2.29", diff --git a/lib/fixtures/CHANGELOG.md b/lib/fixtures/CHANGELOG.md index 3b2ebeb72..a1fd119b0 100644 --- a/lib/fixtures/CHANGELOG.md +++ b/lib/fixtures/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.3.0](https://github.com/opentdf/platform/compare/lib/fixtures/v0.2.10...lib/fixtures/v0.3.0) (2025-03-24) + + +### ⚠ BREAKING CHANGES + +* **core:** Require go 1.23+ ([#1979](https://github.com/opentdf/platform/issues/1979)) + +### Features + +* **core:** Require go 1.23+ ([#1979](https://github.com/opentdf/platform/issues/1979)) ([164c922](https://github.com/opentdf/platform/commit/164c922af74b1265fe487362c356abb7f1503ada)) + ## [0.2.10](https://github.com/opentdf/platform/compare/lib/fixtures/v0.2.9...lib/fixtures/v0.2.10) (2024-12-17)