File tree 7 files changed +13
-6
lines changed
src/main/java/io/opentdf/platform
7 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 0.7.7 "
2
+ "." : " 0.7.8 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.7.8] ( https://github.com/opentdf/java-sdk/compare/v0.7.7...v0.7.8 ) (2025-04-09)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * deal with the extra layer of hex ([ #236 ] ( https://github.com/opentdf/java-sdk/issues/236 ) ) ([ 7e961c1] ( https://github.com/opentdf/java-sdk/commit/7e961c196c1708da18f0d9dd49d8427f3452f615 ) )
9
+
3
10
## [ 0.7.7] ( https://github.com/opentdf/java-sdk/compare/v0.7.6...v0.7.7 ) (2025-04-07)
4
11
5
12
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.8-SNAPSHOT </version >
7
+ <version >0.7.8</version >
8
8
</parent >
9
9
<artifactId >cmdline</artifactId >
10
10
<properties >
Original file line number Diff line number Diff line change 51
51
*/
52
52
class Versions {
53
53
// Version of the SDK, managed by release-please.
54
- public static final String SDK = "0.7.8-SNAPSHOT " ; // x-release-please-version
54
+ public static final String SDK = "0.7.8" ; // x-release-please-version
55
55
56
56
// This sdk aims to support this version of the TDF spec; currently 4.3.0.
57
57
public static final String TDF_SPEC = "4.3.0" ;
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.8-SNAPSHOT </version >
7
+ <version >0.7.8</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.8-SNAPSHOT </version >
8
+ <version >0.7.8</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.8-SNAPSHOT </version >
9
+ <version >0.7.8</version >
10
10
</parent >
11
11
<packaging >jar</packaging >
12
12
<properties >
You can’t perform that action at this time.
0 commit comments