diff --git a/.github/release-please/release-please-manifest.json b/.github/release-please/release-please-manifest.json index d88df76e82..1e8a7ab661 100644 --- a/.github/release-please/release-please-manifest.json +++ b/.github/release-please/release-please-manifest.json @@ -1,6 +1,6 @@ { "lib/fixtures": "0.3.0", - "lib/ocrypto": "0.4.0", + "lib/ocrypto": "0.5.0", "lib/flattening": "0.1.3", "lib/identifier": "0.0.2", "protocol/go": "0.7.0", diff --git a/lib/ocrypto/CHANGELOG.md b/lib/ocrypto/CHANGELOG.md index df7976de7f..4982e00dd9 100644 --- a/lib/ocrypto/CHANGELOG.md +++ b/lib/ocrypto/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.5.0](https://github.com/opentdf/platform/compare/lib/ocrypto/v0.4.0...lib/ocrypto/v0.5.0) (2025-09-04) + + +### Features + +* **core:** Encapsulate>Encrypt ([#2676](https://github.com/opentdf/platform/issues/2676)) ([3c5a614](https://github.com/opentdf/platform/commit/3c5a6145c9bcac47001639bdcf2576a444493dd5)) + ## [0.4.0](https://github.com/opentdf/platform/compare/lib/ocrypto/v0.3.0...lib/ocrypto/v0.4.0) (2025-09-02)