From 26e27b0020645034afe6c585aca5240ade610871 Mon Sep 17 00:00:00 2001 From: "opentdf-automation[bot]" <149537512+opentdf-automation[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 17:48:12 +0000 Subject: [PATCH] chore(main): release lib/flattening 0.2.0 --- .github/release-please/release-please-manifest.json | 2 +- lib/flattening/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 b7e6b07c13..a1d6e6fb9c 100644 --- a/.github/release-please/release-please-manifest.json +++ b/.github/release-please/release-please-manifest.json @@ -1,7 +1,7 @@ { "lib/fixtures": "0.5.0", "lib/ocrypto": "0.10.0", - "lib/flattening": "0.1.3", + "lib/flattening": "0.2.0", "lib/identifier": "0.2.0", "protocol/go": "0.16.0", "sdk": "0.13.0", diff --git a/lib/flattening/CHANGELOG.md b/lib/flattening/CHANGELOG.md index 1a6f91fc9d..e92145407b 100644 --- a/lib/flattening/CHANGELOG.md +++ b/lib/flattening/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.0](https://github.com/opentdf/platform/compare/lib/flattening/v0.1.3...lib/flattening/v0.2.0) (2026-02-20) + + +### Bug Fixes + +* Go 1.25 ([#3053](https://github.com/opentdf/platform/issues/3053)) ([65eb7c3](https://github.com/opentdf/platform/commit/65eb7c3d5fe1892de1e4fabb9b3b7894742c3f02)) + ## [0.1.3](https://github.com/opentdf/platform/compare/lib/flattening/v0.1.2...lib/flattening/v0.1.3) (2024-12-17)