From 0029ad83441c8254eeba60e08a18f86c99f35619 Mon Sep 17 00:00:00 2001 From: "opentdf-automation[bot]" <149537512+opentdf-automation[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 12:01:56 -0400 Subject: [PATCH] chore(main): release lib/ocrypto 0.1.0 (#613) :robot: I have created a release *beep* *boop* --- ## [0.1.0](https://github.com/opentdf/platform/compare/lib/ocrypto-v0.1.0...lib/ocrypto/v0.1.0) (2024-04-22) ### Features * **kas:** support HSM and standard crypto ([#497](https://github.com/opentdf/platform/issues/497)) ([f0cbe03](https://github.com/opentdf/platform/commit/f0cbe03b2c935ab141a3f296558f2d26a016fdc5)) * **PLAT-3112:** Add Elliptic Curve functionality to support nanotdf ([#576](https://github.com/opentdf/platform/issues/576)) ([504482a](https://github.com/opentdf/platform/commit/504482af216e0d91586e92e79554da9b7ffe6571)) * **PLAT-3112:** Initial consumption of ec_key_pair functions by nanotdf ([#586](https://github.com/opentdf/platform/issues/586)) ([5e2cba0](https://github.com/opentdf/platform/commit/5e2cba0a6a44bda440cf624f2131a9439d31f997)) --- 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> --- lib/ocrypto/CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 lib/ocrypto/CHANGELOG.md diff --git a/lib/ocrypto/CHANGELOG.md b/lib/ocrypto/CHANGELOG.md new file mode 100644 index 000000000..d7a0ae366 --- /dev/null +++ b/lib/ocrypto/CHANGELOG.md @@ -0,0 +1,10 @@ +# Changelog + +## [0.1.0](https://github.com/opentdf/platform/compare/lib/ocrypto-v0.1.0...lib/ocrypto/v0.1.0) (2024-04-22) + + +### Features + +* **kas:** support HSM and standard crypto ([#497](https://github.com/opentdf/platform/issues/497)) ([f0cbe03](https://github.com/opentdf/platform/commit/f0cbe03b2c935ab141a3f296558f2d26a016fdc5)) +* **PLAT-3112:** Add Elliptic Curve functionality to support nanotdf ([#576](https://github.com/opentdf/platform/issues/576)) ([504482a](https://github.com/opentdf/platform/commit/504482af216e0d91586e92e79554da9b7ffe6571)) +* **PLAT-3112:** Initial consumption of ec_key_pair functions by nanotdf ([#586](https://github.com/opentdf/platform/issues/586)) ([5e2cba0](https://github.com/opentdf/platform/commit/5e2cba0a6a44bda440cf624f2131a9439d31f997))