From 5a64acc89deacb8707b59b7251770996ab328305 Mon Sep 17 00:00:00 2001
From: "opentdf-automation[bot]"
<149537512+opentdf-automation[bot]@users.noreply.github.com>
Date: Mon, 15 Jul 2024 17:51:46 +0200
Subject: [PATCH] chore(main): release 0.2.0 (#80)
:robot: I have created a release *beep* *boop*
---
0.2.0
## [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))
---
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>
---
.release-please-manifest.json | 2 +-
CHANGELOG.md | 18 ++++++++++++++++++
cmdline/pom.xml | 4 ++--
pom.xml | 2 +-
protocol/pom.xml | 4 ++--
sdk/pom.xml | 4 ++--
versions.txt | 2 +-
7 files changed, 27 insertions(+), 9 deletions(-)
diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index 466df71c..2be9c43c 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
- ".": "0.1.0"
+ ".": "0.2.0"
}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e8c79d6e..6a1784bd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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)
diff --git a/cmdline/pom.xml b/cmdline/pom.xml
index 223fd0c6..daf3372f 100644
--- a/cmdline/pom.xml
+++ b/cmdline/pom.xml
@@ -6,7 +6,7 @@
io.opentdf.platform
sdk-pom
- 0.2.0-SNAPSHOT
+ 0.2.0
cmdline
@@ -52,7 +52,7 @@
io.opentdf.platform
sdk
- 0.2.0-SNAPSHOT
+ 0.2.0
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 5ceafaba..457f310d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
io.opentdf.platform
sdk-pom
- 0.2.0-SNAPSHOT
+ 0.2.0
sdk-pom
pom
diff --git a/protocol/pom.xml b/protocol/pom.xml
index e1036b1a..bd478014 100644
--- a/protocol/pom.xml
+++ b/protocol/pom.xml
@@ -6,11 +6,11 @@
io.opentdf.platform
protocol
protocol
- 0.2.0-SNAPSHOT
+ 0.2.0
sdk-pom
io.opentdf.platform
- 0.2.0-SNAPSHOT
+ 0.2.0
jar
diff --git a/sdk/pom.xml b/sdk/pom.xml
index 49940961..f2918481 100644
--- a/sdk/pom.xml
+++ b/sdk/pom.xml
@@ -8,14 +8,14 @@
sdk-pom
io.opentdf.platform
- 0.2.0-SNAPSHOT
+ 0.2.0
jar
io.opentdf.platform
protocol
- 0.2.0-SNAPSHOT
+ 0.2.0
org.slf4j
diff --git a/versions.txt b/versions.txt
index b6369fac..f86bf3e8 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version
-java-sdk:0.1.0:0.2.0-SNAPSHOT
\ No newline at end of file
+java-sdk:0.2.0:0.2.0
\ No newline at end of file