Skip to content

Commit

Permalink
chore(main): release 0.2.0 (#80)
Browse files Browse the repository at this point in the history
🤖 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>
  • Loading branch information
opentdf-automation[bot] committed Jul 15, 2024
1 parent 73cac82 commit 5a64acc
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.0"
".": "0.2.0"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [0.2.0](https://github.com/opentdf/java-sdk/compare/v0.1.0...v0.2.0) (2024-07-15)


### Features

* **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))
* 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))


### Bug Fixes

* **sdk:** assertion support in tdf3 ([#82](https://github.com/opentdf/java-sdk/issues/82)) ([c299dbd](https://github.com/opentdf/java-sdk/commit/c299dbdcb0c714a4c69faf24c60e2da58a68e99e))


### Documentation

* **sdk:** Adds brief usage code sample ([#26](https://github.com/opentdf/java-sdk/issues/26)) ([79215c7](https://github.com/opentdf/java-sdk/commit/79215c7b1ff694914df438491a40662803462dc6))

## 0.1.0 (2024-06-13)


Expand Down
4 changes: 2 additions & 2 deletions cmdline/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.opentdf.platform</groupId>
<artifactId>sdk-pom</artifactId>
<version>0.2.0-SNAPSHOT</version><!-- {x-version-update:java-sdk:current} -->
<version>0.2.0</version><!-- {x-version-update:java-sdk:current} -->
</parent>
<artifactId>cmdline</artifactId>
<properties>
Expand Down Expand Up @@ -52,7 +52,7 @@
<dependency>
<groupId>io.opentdf.platform</groupId>
<artifactId>sdk</artifactId>
<version>0.2.0-SNAPSHOT</version><!-- {x-version-update:java-sdk:current} -->
<version>0.2.0</version><!-- {x-version-update:java-sdk:current} -->
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.opentdf.platform</groupId>
<artifactId>sdk-pom</artifactId>
<version>0.2.0-SNAPSHOT</version><!-- {x-version-update:java-sdk:current} -->
<version>0.2.0</version><!-- {x-version-update:java-sdk:current} -->
<name>sdk-pom</name>
<packaging>pom</packaging>
<properties>
Expand Down
4 changes: 2 additions & 2 deletions protocol/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<groupId>io.opentdf.platform</groupId>
<name>protocol</name>
<artifactId>protocol</artifactId>
<version>0.2.0-SNAPSHOT</version><!-- {x-version-update:java-sdk:current} -->
<version>0.2.0</version><!-- {x-version-update:java-sdk:current} -->
<parent>
<artifactId>sdk-pom</artifactId>
<groupId>io.opentdf.platform</groupId>
<version>0.2.0-SNAPSHOT</version><!-- {x-version-update:java-sdk:current} -->
<version>0.2.0</version><!-- {x-version-update:java-sdk:current} -->
</parent>
<packaging>jar</packaging>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
<parent>
<artifactId>sdk-pom</artifactId>
<groupId>io.opentdf.platform</groupId>
<version>0.2.0-SNAPSHOT</version><!-- {x-version-update:java-sdk:current} -->
<version>0.2.0</version><!-- {x-version-update:java-sdk:current} -->
</parent>
<packaging>jar</packaging>
<dependencies>
<dependency>
<groupId>io.opentdf.platform</groupId>
<artifactId>protocol</artifactId>
<version>0.2.0-SNAPSHOT</version><!-- {x-version-update:java-sdk:current} -->
<version>0.2.0</version><!-- {x-version-update:java-sdk:current} -->
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down
2 changes: 1 addition & 1 deletion versions.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version

java-sdk:0.1.0:0.2.0-SNAPSHOT
java-sdk:0.2.0:0.2.0

0 comments on commit 5a64acc

Please sign in to comment.