From 2f8fb2b6a581fe4021ef508cb95b1a1774c1efc5 Mon Sep 17 00:00:00 2001 From: "opentdf-automation[bot]" <149537512+opentdf-automation[bot]@users.noreply.github.com> Date: Fri, 7 Nov 2025 01:37:04 +0000 Subject: [PATCH] chore(main): release lib/fixtures 0.4.0 --- .github/release-please/release-please-manifest.json | 2 +- lib/fixtures/CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/release-please/release-please-manifest.json b/.github/release-please/release-please-manifest.json index dfc6542ab7..90d40bad1f 100644 --- a/.github/release-please/release-please-manifest.json +++ b/.github/release-please/release-please-manifest.json @@ -1,5 +1,5 @@ { - "lib/fixtures": "0.3.0", + "lib/fixtures": "0.4.0", "lib/ocrypto": "0.7.0", "lib/flattening": "0.1.3", "lib/identifier": "0.2.0", diff --git a/lib/fixtures/CHANGELOG.md b/lib/fixtures/CHANGELOG.md index 7d55a92c54..9d30c58b10 100644 --- a/lib/fixtures/CHANGELOG.md +++ b/lib/fixtures/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.0](https://github.com/opentdf/platform/compare/lib/fixtures/v0.3.0...lib/fixtures/v0.4.0) (2025-11-07) + + +### Bug Fixes + +* **deps:** bump toolchain to go1.24.9 for CVEs found by govulncheck ([#2849](https://github.com/opentdf/platform/issues/2849)) ([23f76c0](https://github.com/opentdf/platform/commit/23f76c034cfb4c325d868eb96c95ba616e362db4)) + ## [0.3.0](https://github.com/opentdf/platform/compare/lib/fixtures/v0.2.10...lib/fixtures/v0.3.0) (2025-05-20)