From c93e1b46485bdeebb9aff3a9543636de92fba4a5 Mon Sep 17 00:00:00 2001 From: "opentdf-automation[bot]" <149537512+opentdf-automation[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 22:13:02 +0000 Subject: [PATCH] chore(main): release lib/flattening 0.1.3 --- .release-please-manifest.json | 2 +- lib/flattening/CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4fc0c550e4..31d66b0101 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,7 +1,7 @@ { "lib/fixtures": "0.2.9", "lib/ocrypto": "0.1.7", - "lib/flattening": "0.1.2", + "lib/flattening": "0.1.3", "protocol/go": "0.2.22", "sdk": "0.3.23", "service": "0.4.34" diff --git a/lib/flattening/CHANGELOG.md b/lib/flattening/CHANGELOG.md index 5309cf2c19..1a6f91fc9d 100644 --- a/lib/flattening/CHANGELOG.md +++ b/lib/flattening/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.3](https://github.com/opentdf/platform/compare/lib/flattening/v0.1.2...lib/flattening/v0.1.3) (2024-12-17) + + +### Features + +* **kas:** collect metrics ([#1702](https://github.com/opentdf/platform/issues/1702)) ([def28d1](https://github.com/opentdf/platform/commit/def28d1984b0b111a07330a3eb59c1285206062d)) + ## [0.1.2](https://github.com/opentdf/platform/compare/lib/flattening/v0.1.1...lib/flattening/v0.1.2) (2024-11-15)