File tree Expand file tree Collapse file tree 7 files changed +21
-9
lines changed Expand file tree Collapse file tree 7 files changed +21
-9
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 0.1 .0"
2
+ "." : " 0.2 .0"
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.2.0] ( https://github.com/opentdf/java-sdk/compare/v0.1.0...v0.2.0 ) (2024-06-27)
4
+
5
+
6
+ ### Features
7
+
8
+ * support key id in ztdf key access object ([ #84 ] ( https://github.com/opentdf/java-sdk/issues/84 ) ) ([ 862460a] ( https://github.com/opentdf/java-sdk/commit/862460a16875693a421bbe57983bb829a49866bb ) )
9
+
10
+
11
+ ### Documentation
12
+
13
+ * ** sdk:** Adds brief usage code sample ([ #26 ] ( https://github.com/opentdf/java-sdk/issues/26 ) ) ([ 79215c7] ( https://github.com/opentdf/java-sdk/commit/79215c7b1ff694914df438491a40662803462dc6 ) )
14
+
3
15
## 0.1.0 (2024-06-13)
4
16
5
17
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >io.opentdf.platform</groupId >
8
8
<artifactId >sdk-pom</artifactId >
9
- <version >0.2.0-SNAPSHOT </version ><!-- {x-version-update:java-sdk:current} -->
9
+ <version >0.2.0</version ><!-- {x-version-update:java-sdk:current} -->
10
10
</parent >
11
11
<artifactId >cmdline</artifactId >
12
12
<properties >
52
52
<dependency >
53
53
<groupId >io.opentdf.platform</groupId >
54
54
<artifactId >sdk</artifactId >
55
- <version >0.2.0-SNAPSHOT </version ><!-- {x-version-update:java-sdk:current} -->
55
+ <version >0.2.0</version ><!-- {x-version-update:java-sdk:current} -->
56
56
</dependency >
57
57
</dependencies >
58
58
</project >
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >io.opentdf.platform</groupId >
8
8
<artifactId >sdk-pom</artifactId >
9
- <version >0.2.0-SNAPSHOT </version ><!-- {x-version-update:java-sdk:current} -->
9
+ <version >0.2.0</version ><!-- {x-version-update:java-sdk:current} -->
10
10
<name >sdk-pom</name >
11
11
<packaging >pom</packaging >
12
12
<properties >
Original file line number Diff line number Diff line change 6
6
<groupId >io.opentdf.platform</groupId >
7
7
<name >protocol</name >
8
8
<artifactId >protocol</artifactId >
9
- <version >0.2.0-SNAPSHOT </version ><!-- {x-version-update:java-sdk:current} -->
9
+ <version >0.2.0</version ><!-- {x-version-update:java-sdk:current} -->
10
10
<parent >
11
11
<artifactId >sdk-pom</artifactId >
12
12
<groupId >io.opentdf.platform</groupId >
13
- <version >0.2.0-SNAPSHOT </version ><!-- {x-version-update:java-sdk:current} -->
13
+ <version >0.2.0</version ><!-- {x-version-update:java-sdk:current} -->
14
14
</parent >
15
15
<packaging >jar</packaging >
16
16
<dependencies >
Original file line number Diff line number Diff line change 8
8
<parent >
9
9
<artifactId >sdk-pom</artifactId >
10
10
<groupId >io.opentdf.platform</groupId >
11
- <version >0.2.0-SNAPSHOT </version ><!-- {x-version-update:java-sdk:current} -->
11
+ <version >0.2.0</version ><!-- {x-version-update:java-sdk:current} -->
12
12
</parent >
13
13
<packaging >jar</packaging >
14
14
<dependencies >
15
15
<dependency >
16
16
<groupId >io.opentdf.platform</groupId >
17
17
<artifactId >protocol</artifactId >
18
- <version >0.2.0-SNAPSHOT </version ><!-- {x-version-update:java-sdk:current} -->
18
+ <version >0.2.0</version ><!-- {x-version-update:java-sdk:current} -->
19
19
</dependency >
20
20
<dependency >
21
21
<groupId >org.slf4j</groupId >
Original file line number Diff line number Diff line change 1
1
# Format:
2
2
# module:released-version:current-version
3
3
4
- java-sdk:0.1 .0:0.2.0-SNAPSHOT
4
+ java-sdk:0.2 .0:0.2.0
You can’t perform that action at this time.
0 commit comments