From 5f26568a167eac509a3c7182cb1ef0b12f3497cb Mon Sep 17 00:00:00 2001 From: "opentdf-automation[bot]" <149537512+opentdf-automation[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 11:59:37 -0500 Subject: [PATCH] chore(main): release sdk 0.3.22 (#1781) :robot: I have created a release *beep* *boop* --- ## [0.3.22](https://github.com/opentdf/platform/compare/sdk/v0.3.21...sdk/v0.3.22) (2024-11-25) ### Bug Fixes * **sdk:** Dont require mimetype in manifest schema ([#1777](https://github.com/opentdf/platform/issues/1777)) ([98c5899](https://github.com/opentdf/platform/commit/98c5899de25e5766cea8132e57eb95ed6ae629ee)) * **sdk:** Expose oauth package ([#1779](https://github.com/opentdf/platform/issues/1779)) ([55c1a10](https://github.com/opentdf/platform/commit/55c1a10a1f187fdacd25dd684f64eebb79f09976)) --- 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 | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 668d34873..0c9567d3f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -3,6 +3,6 @@ "lib/ocrypto": "0.1.7", "lib/flattening": "0.1.2", "protocol/go": "0.2.22", - "sdk": "0.3.21", + "sdk": "0.3.22", "service": "0.4.29" } diff --git a/sdk/CHANGELOG.md b/sdk/CHANGELOG.md index 2bf3bca88..fc356ef80 100644 --- a/sdk/CHANGELOG.md +++ b/sdk/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.3.22](https://github.com/opentdf/platform/compare/sdk/v0.3.21...sdk/v0.3.22) (2024-11-25) + + +### Bug Fixes + +* **sdk:** Dont require mimetype in manifest schema ([#1777](https://github.com/opentdf/platform/issues/1777)) ([98c5899](https://github.com/opentdf/platform/commit/98c5899de25e5766cea8132e57eb95ed6ae629ee)) +* **sdk:** Expose oauth package ([#1779](https://github.com/opentdf/platform/issues/1779)) ([55c1a10](https://github.com/opentdf/platform/commit/55c1a10a1f187fdacd25dd684f64eebb79f09976)) + ## [0.3.21](https://github.com/opentdf/platform/compare/sdk/v0.3.20...sdk/v0.3.21) (2024-11-15)