File tree 6 files changed +18
-5
lines changed
6 files changed +18
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 0.7.6 "
2
+ "." : " 0.7.7 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.7.7] ( https://github.com/opentdf/java-sdk/compare/v0.7.6...v0.7.7 ) (2025-03-03)
4
+
5
+
6
+ ### Features
7
+
8
+ * ** 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 ) )
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * ** cmdline:** Disable failing encryptnano ecdsa ([ #227 ] ( https://github.com/opentdf/java-sdk/issues/227 ) ) ([ 80ca207] ( https://github.com/opentdf/java-sdk/commit/80ca207bf663f2797bfc02b3f9135e169ef5f66d ) )
14
+ * ** 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 ) )
15
+
3
16
## [ 0.7.6] ( https://github.com/opentdf/java-sdk/compare/v0.7.5...v0.7.6 ) (2025-02-06)
4
17
5
18
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >io.opentdf.platform</groupId >
6
6
<artifactId >sdk-pom</artifactId >
7
- <version >0.7.7-SNAPSHOT </version >
7
+ <version >0.7.7</version >
8
8
</parent >
9
9
<artifactId >cmdline</artifactId >
10
10
<properties >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<artifactId >sdk-pom</artifactId >
6
6
<groupId >io.opentdf.platform</groupId >
7
- <version >0.7.7-SNAPSHOT </version >
7
+ <version >0.7.7</version >
8
8
</parent >
9
9
10
10
<groupId >io.opentdf.platform</groupId >
Original file line number Diff line number Diff line change 5
5
6
6
<groupId >io.opentdf.platform</groupId >
7
7
<artifactId >sdk-pom</artifactId >
8
- <version >0.7.7-SNAPSHOT </version >
8
+ <version >0.7.7</version >
9
9
<name >io.opentdf.platform:sdk-pom</name >
10
10
<description >OpenTDF Java SDK</description >
11
11
<url >https://github.com/opentdf/java-sdk</url >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<artifactId >sdk-pom</artifactId >
8
8
<groupId >io.opentdf.platform</groupId >
9
- <version >0.7.7-SNAPSHOT </version >
9
+ <version >0.7.7</version >
10
10
</parent >
11
11
<packaging >jar</packaging >
12
12
<properties >
You can’t perform that action at this time.
0 commit comments