diff --git a/.github/release-please/release-please-manifest.json b/.github/release-please/release-please-manifest.json index e662eea5b5..0b3eac8e9b 100644 --- a/.github/release-please/release-please-manifest.json +++ b/.github/release-please/release-please-manifest.json @@ -1,5 +1,5 @@ { - "lib/fixtures": "0.5.0", + "lib/fixtures": "0.6.0", "lib/ocrypto": "0.10.0", "lib/flattening": "0.1.3", "lib/identifier": "0.2.0", diff --git a/lib/fixtures/CHANGELOG.md b/lib/fixtures/CHANGELOG.md index 4606e43cbb..0b0b269a21 100644 --- a/lib/fixtures/CHANGELOG.md +++ b/lib/fixtures/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.0](https://github.com/opentdf/platform/compare/lib/fixtures/v0.5.0...lib/fixtures/v0.6.0) (2026-03-06) + + +### Bug Fixes + +* Go 1.25 ([#3053](https://github.com/opentdf/platform/issues/3053)) ([65eb7c3](https://github.com/opentdf/platform/commit/65eb7c3d5fe1892de1e4fabb9b3b7894742c3f02)) + ## [0.5.0](https://github.com/opentdf/platform/compare/lib/fixtures/v0.4.0...lib/fixtures/v0.5.0) (2026-01-28)