File tree 5 files changed +17
-4
lines changed
5 files changed +17
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 0.7.3 "
2
+ "." : " 0.7.4 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.7.4] ( https://github.com/opentdf/java-sdk/compare/v0.7.3...v0.7.4 ) (2024-10-24)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * ** sdk:** returns the correct string associated with enums ([ #200 ] ( https://github.com/opentdf/java-sdk/issues/200 ) ) ([ 1dffd35] ( https://github.com/opentdf/java-sdk/commit/1dffd35374c40ebaa095594d2a5db138957c6e38 ) )
9
+
10
+
11
+ ### Documentation
12
+
13
+ * JavaDoc ([ #196 ] ( https://github.com/opentdf/java-sdk/issues/196 ) ) ([ 33c9513] ( https://github.com/opentdf/java-sdk/commit/33c9513de68954cccba854d501ba26b62216df89 ) )
14
+ * minor Java SDK README updates ([ #193 ] ( https://github.com/opentdf/java-sdk/issues/193 ) ) ([ e9dc738] ( https://github.com/opentdf/java-sdk/commit/e9dc738cc40ffc97d3f0084086b1afa1c283850c ) )
15
+
3
16
## [ 0.7.3] ( https://github.com/opentdf/java-sdk/compare/v0.7.2...v0.7.3 ) (2024-10-09)
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.4-SNAPSHOT </version >
7
+ <version >0.7.4</version >
8
8
</parent >
9
9
<artifactId >cmdline</artifactId >
10
10
<properties >
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.4-SNAPSHOT </version >
8
+ <version >0.7.4</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.4-SNAPSHOT </version >
9
+ <version >0.7.4</version >
10
10
</parent >
11
11
<packaging >jar</packaging >
12
12
<dependencies >
You can’t perform that action at this time.
0 commit comments