Skip to content

Commit 5a64acc

Browse files
chore(main): release 0.2.0 (#80)
🤖 I have created a release *beep* *boop* --- <details><summary>0.2.0</summary> ## [0.2.0](v0.1.0...v0.2.0) (2024-07-15) ### Features * **sdk:** the authorization service is needed for use by gateway ([#85](#85)) ([73cac82](73cac82)) * support key id in ztdf key access object ([#84](#84)) ([862460a](862460a)) ### Bug Fixes * **sdk:** assertion support in tdf3 ([#82](#82)) ([c299dbd](c299dbd)) ### Documentation * **sdk:** Adds brief usage code sample ([#26](#26)) ([79215c7](79215c7)) </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: opentdf-automation[bot] <149537512+opentdf-automation[bot]@users.noreply.github.com>
1 parent 73cac82 commit 5a64acc

File tree

7 files changed

+27
-9
lines changed

7 files changed

+27
-9
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.0"
2+
".": "0.2.0"
33
}

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [0.2.0](https://github.com/opentdf/java-sdk/compare/v0.1.0...v0.2.0) (2024-07-15)
4+
5+
6+
### Features
7+
8+
* **sdk:** the authorization service is needed for use by gateway ([#85](https://github.com/opentdf/java-sdk/issues/85)) ([73cac82](https://github.com/opentdf/java-sdk/commit/73cac825e0367d502d542cf0eae30a6ac38f6a00))
9+
* 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))
10+
11+
12+
### Bug Fixes
13+
14+
* **sdk:** assertion support in tdf3 ([#82](https://github.com/opentdf/java-sdk/issues/82)) ([c299dbd](https://github.com/opentdf/java-sdk/commit/c299dbdcb0c714a4c69faf24c60e2da58a68e99e))
15+
16+
17+
### Documentation
18+
19+
* **sdk:** Adds brief usage code sample ([#26](https://github.com/opentdf/java-sdk/issues/26)) ([79215c7](https://github.com/opentdf/java-sdk/commit/79215c7b1ff694914df438491a40662803462dc6))
20+
321
## 0.1.0 (2024-06-13)
422

523

cmdline/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.opentdf.platform</groupId>
88
<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} -->
1010
</parent>
1111
<artifactId>cmdline</artifactId>
1212
<properties>
@@ -52,7 +52,7 @@
5252
<dependency>
5353
<groupId>io.opentdf.platform</groupId>
5454
<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} -->
5656
</dependency>
5757
</dependencies>
5858
</project>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.opentdf.platform</groupId>
88
<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} -->
1010
<name>sdk-pom</name>
1111
<packaging>pom</packaging>
1212
<properties>

protocol/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
<groupId>io.opentdf.platform</groupId>
77
<name>protocol</name>
88
<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} -->
1010
<parent>
1111
<artifactId>sdk-pom</artifactId>
1212
<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} -->
1414
</parent>
1515
<packaging>jar</packaging>
1616
<dependencies>

sdk/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
<parent>
99
<artifactId>sdk-pom</artifactId>
1010
<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} -->
1212
</parent>
1313
<packaging>jar</packaging>
1414
<dependencies>
1515
<dependency>
1616
<groupId>io.opentdf.platform</groupId>
1717
<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} -->
1919
</dependency>
2020
<dependency>
2121
<groupId>org.slf4j</groupId>

versions.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Format:
22
# module:released-version:current-version
33

4-
java-sdk:0.1.0:0.2.0-SNAPSHOT
4+
java-sdk:0.2.0:0.2.0

0 commit comments

Comments
 (0)