From bea10c8554368bd77543d8265bb7f2cc733f0744 Mon Sep 17 00:00:00 2001 From: "opentdf-automation[bot]" <149537512+opentdf-automation[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 13:53:28 -0500 Subject: [PATCH] chore(main): release sdk 0.3.24 (#1792) :robot: I have created a release *beep* *boop* --- ## [0.3.24](https://github.com/opentdf/platform/compare/sdk/v0.3.23...sdk/v0.3.24) (2025-01-08) ### Features * **core:** Expose version info ([#1841](https://github.com/opentdf/platform/issues/1841)) ([92a9f5e](https://github.com/opentdf/platform/commit/92a9f5eab3f2372990b86df6a22ad209eed1a0f9)) * **kas:** collect metrics ([#1702](https://github.com/opentdf/platform/issues/1702)) ([def28d1](https://github.com/opentdf/platform/commit/def28d1984b0b111a07330a3eb59c1285206062d)) ### Bug Fixes * **core:** Update fixtures and flattening in sdk and service ([#1827](https://github.com/opentdf/platform/issues/1827)) ([d6d6a7a](https://github.com/opentdf/platform/commit/d6d6a7a2dffdb96cf7f7f731a4e6e66e06930e59)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: opentdf-automation[bot] <149537512+opentdf-automation[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- sdk/CHANGELOG.md | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0c5549d19..379cdeabe 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -3,6 +3,6 @@ "lib/ocrypto": "0.1.7", "lib/flattening": "0.1.3", "protocol/go": "0.2.22", - "sdk": "0.3.23", + "sdk": "0.3.24", "service": "0.4.36" } diff --git a/sdk/CHANGELOG.md b/sdk/CHANGELOG.md index 6f706b937..3d6347630 100644 --- a/sdk/CHANGELOG.md +++ b/sdk/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.3.24](https://github.com/opentdf/platform/compare/sdk/v0.3.23...sdk/v0.3.24) (2025-01-08) + + +### Features + +* **core:** Expose version info ([#1841](https://github.com/opentdf/platform/issues/1841)) ([92a9f5e](https://github.com/opentdf/platform/commit/92a9f5eab3f2372990b86df6a22ad209eed1a0f9)) +* **kas:** collect metrics ([#1702](https://github.com/opentdf/platform/issues/1702)) ([def28d1](https://github.com/opentdf/platform/commit/def28d1984b0b111a07330a3eb59c1285206062d)) + + +### Bug Fixes + +* **core:** Update fixtures and flattening in sdk and service ([#1827](https://github.com/opentdf/platform/issues/1827)) ([d6d6a7a](https://github.com/opentdf/platform/commit/d6d6a7a2dffdb96cf7f7f731a4e6e66e06930e59)) + ## [0.3.23](https://github.com/opentdf/platform/compare/sdk/v0.3.22...sdk/v0.3.23) (2024-11-26)