From ee79cf1f467c0f72109a2fa99b947aa96f5b68b6 Mon Sep 17 00:00:00 2001
From: "opentdf-automation[bot]"
<149537512+opentdf-automation[bot]@users.noreply.github.com>
Date: Mon, 7 Apr 2025 18:29:15 +0000
Subject: [PATCH] chore(main): release 0.7.7
---
.release-please-manifest.json | 2 +-
CHANGELOG.md | 18 ++++++++++++++++++
cmdline/pom.xml | 2 +-
.../main/java/io/opentdf/platform/Command.java | 2 +-
examples/pom.xml | 2 +-
pom.xml | 2 +-
sdk/pom.xml | 2 +-
7 files changed, 24 insertions(+), 6 deletions(-)
diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index 76abf0fe..7ded2be8 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
- ".": "0.7.6"
+ ".": "0.7.7"
}
\ No newline at end of file
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0b940f9b..f39e33ef 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,23 @@
# Changelog
+## [0.7.7](https://github.com/opentdf/java-sdk/compare/v0.7.6...v0.7.7) (2025-04-07)
+
+
+### Features
+
+* **sdk:** EC-wrapped key support for ZTDF ([#224](https://github.com/opentdf/java-sdk/issues/224)) ([d062691](https://github.com/opentdf/java-sdk/commit/d062691887320b16e4271a63de6bae3bb8645000))
+
+
+### Bug Fixes
+
+* **cmdline:** Disable failing encryptnano ecdsa ([#227](https://github.com/opentdf/java-sdk/issues/227)) ([80ca207](https://github.com/opentdf/java-sdk/commit/80ca207bf663f2797bfc02b3f9135e169ef5f66d))
+* **cmdline:** Enable ec-wrapped cfg ([#231](https://github.com/opentdf/java-sdk/issues/231)) ([ee39ed5](https://github.com/opentdf/java-sdk/commit/ee39ed573c40e66e028ea48c0e71885f37472a52))
+* if a version < 4.3.0 is specified create an old-style TDF ([#234](https://github.com/opentdf/java-sdk/issues/234)) ([082a9e7](https://github.com/opentdf/java-sdk/commit/082a9e71657ff18f811b5f560aec0099ebe623b3))
+* **sdk:** Fixes nano ECDSA policy binding config ([#225](https://github.com/opentdf/java-sdk/issues/225)) ([f3e9fed](https://github.com/opentdf/java-sdk/commit/f3e9fedcc68c85625e4a1aab46600c046d65e244))
+* **sdk:** Remove temporary ec salt value ([#228](https://github.com/opentdf/java-sdk/issues/228)) ([0fe37c6](https://github.com/opentdf/java-sdk/commit/0fe37c6cd136c9a58708677ceac56488ec1c1e46))
+* **sdk:** Set ec-wrapped to new salt value ([#230](https://github.com/opentdf/java-sdk/issues/230)) ([d3be28e](https://github.com/opentdf/java-sdk/commit/d3be28ee1dcff63b8e146c01eaf7d797af122856))
+* **sdk:** Update version information ([#232](https://github.com/opentdf/java-sdk/issues/232)) ([f9eeb0d](https://github.com/opentdf/java-sdk/commit/f9eeb0da8b2cf07d1dea222bd16f7eac5a8de390))
+
## [0.7.6](https://github.com/opentdf/java-sdk/compare/v0.7.5...v0.7.6) (2025-02-06)
diff --git a/cmdline/pom.xml b/cmdline/pom.xml
index 54e33e4b..f7977a5b 100644
--- a/cmdline/pom.xml
+++ b/cmdline/pom.xml
@@ -4,7 +4,7 @@
io.opentdf.platform
sdk-pom
- 0.7.7-SNAPSHOT
+ 0.7.7
cmdline
diff --git a/cmdline/src/main/java/io/opentdf/platform/Command.java b/cmdline/src/main/java/io/opentdf/platform/Command.java
index bacee3a4..39118b80 100644
--- a/cmdline/src/main/java/io/opentdf/platform/Command.java
+++ b/cmdline/src/main/java/io/opentdf/platform/Command.java
@@ -51,7 +51,7 @@
*/
class Versions {
// Version of the SDK, managed by release-please.
- public static final String SDK = "0.7.6"; // x-release-please-version
+ public static final String SDK = "0.7.7"; // x-release-please-version
// This sdk aims to support this version of the TDF spec; currently 4.3.0.
public static final String TDF_SPEC = "4.3.0";
diff --git a/examples/pom.xml b/examples/pom.xml
index e782e24e..f9d27fa5 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -4,7 +4,7 @@
sdk-pom
io.opentdf.platform
- 0.7.7-SNAPSHOT
+ 0.7.7
io.opentdf.platform
diff --git a/pom.xml b/pom.xml
index 7976a998..b8643e8d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
io.opentdf.platform
sdk-pom
- 0.7.7-SNAPSHOT
+ 0.7.7
io.opentdf.platform:sdk-pom
OpenTDF Java SDK
https://github.com/opentdf/java-sdk
diff --git a/sdk/pom.xml b/sdk/pom.xml
index 494c74ec..5e3218c0 100644
--- a/sdk/pom.xml
+++ b/sdk/pom.xml
@@ -6,7 +6,7 @@
sdk-pom
io.opentdf.platform
- 0.7.7-SNAPSHOT
+ 0.7.7
jar