diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 345f20b..e36c106 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,7 +1,7 @@ { "klyshko-mp-spdz": "0.2.0", "klyshko-mp-spdz-cowgear": "0.2.0", - "klyshko-operator": "0.3.1", + "klyshko-operator": "0.4.0", "klyshko-operator/charts/klyshko": "0.4.0", "klyshko-provisioner": "0.1.1" } diff --git a/klyshko-operator/CHANGELOG.md b/klyshko-operator/CHANGELOG.md index 08b6cb9..8872452 100644 --- a/klyshko-operator/CHANGELOG.md +++ b/klyshko-operator/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.0](https://github.com/carbynestack/klyshko/compare/operator-v0.3.1...operator-v0.4.0) (2026-03-26) + + +### Features + +* add SGX/Gramine TEE support for CRG ([#98](https://github.com/carbynestack/klyshko/issues/98)) ([12c1866](https://github.com/carbynestack/klyshko/commit/12c1866b0b935fa18bc2ed7d603a25bec798390e)) + ## [0.3.1](https://github.com/carbynestack/klyshko/compare/operator-v0.3.0...operator-v0.3.1) (2024-10-31)