From 7c4b7b837c5f61657f1fb364d781a365cc3b8acd Mon Sep 17 00:00:00 2001
From: "opentdf-automation[bot]"
<149537512+opentdf-automation[bot]@users.noreply.github.com>
Date: Mon, 19 Aug 2024 18:18:16 -0400
Subject: [PATCH] chore(main): release 0.5.0 (#114)
:robot: I have created a release *beep* *boop*
---
0.5.0
## [0.5.0](https://github.com/opentdf/java-sdk/compare/v0.4.0...v0.5.0)
(2024-08-19)
### Features
* BACK-2316 add a simple method to detect TDFs
([#111](https://github.com/opentdf/java-sdk/issues/111))
([bfbef70](https://github.com/opentdf/java-sdk/commit/bfbef70d05bdf8a0e6784d27395966f97d42d90d))
* **cmd:** Adds command `--mime-type` opt
([#113](https://github.com/opentdf/java-sdk/issues/113))
([45a2c30](https://github.com/opentdf/java-sdk/commit/45a2c30d1a822bfe629daf032f95f13065c36126))
* **core:** Add attributes client
([#118](https://github.com/opentdf/java-sdk/issues/118))
([98ba6a9](https://github.com/opentdf/java-sdk/commit/98ba6a9e91f8e4b1903f907583356c084abb3313))
* **core:** Handle split keys on tdf3 encrypt and decrypt
([#109](https://github.com/opentdf/java-sdk/issues/109))
([943751f](https://github.com/opentdf/java-sdk/commit/943751ff83b67089472e4422fcfa087e76a8072a))
* **core:** KID in NanoTDF
([#112](https://github.com/opentdf/java-sdk/issues/112))
([33b5982](https://github.com/opentdf/java-sdk/commit/33b59820b2830b15c9ec467f45cfab0f1eb38017))
* **sdk:** Update the assertion support to match go sdk
([#117](https://github.com/opentdf/java-sdk/issues/117))
([f9badb3](https://github.com/opentdf/java-sdk/commit/f9badb383d769ecbf51c551483633ccb94b2915a))
### Bug Fixes
* Issue [#115](https://github.com/opentdf/java-sdk/issues/115) - fix for
SSL Context for IDP and plaintext platform
([#116](https://github.com/opentdf/java-sdk/issues/116))
([36a29df](https://github.com/opentdf/java-sdk/commit/36a29dfd66660c04d55cd100bdcd7e8742edd40b))
---
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 | 17 +++++++++++++++++
cmdline/pom.xml | 4 ++--
pom.xml | 2 +-
protocol/pom.xml | 4 ++--
sdk/pom.xml | 4 ++--
versions.txt | 2 +-
7 files changed, 26 insertions(+), 9 deletions(-)
diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index 2537c1f1..f1c1e588 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
- ".": "0.4.0"
+ ".": "0.5.0"
}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1f55a8a5..4efda276 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,22 @@
# Changelog
+## [0.5.0](https://github.com/opentdf/java-sdk/compare/v0.4.0...v0.5.0) (2024-08-19)
+
+
+### Features
+
+* BACK-2316 add a simple method to detect TDFs ([#111](https://github.com/opentdf/java-sdk/issues/111)) ([bfbef70](https://github.com/opentdf/java-sdk/commit/bfbef70d05bdf8a0e6784d27395966f97d42d90d))
+* **cmd:** Adds command `--mime-type` opt ([#113](https://github.com/opentdf/java-sdk/issues/113)) ([45a2c30](https://github.com/opentdf/java-sdk/commit/45a2c30d1a822bfe629daf032f95f13065c36126))
+* **core:** Add attributes client ([#118](https://github.com/opentdf/java-sdk/issues/118)) ([98ba6a9](https://github.com/opentdf/java-sdk/commit/98ba6a9e91f8e4b1903f907583356c084abb3313))
+* **core:** Handle split keys on tdf3 encrypt and decrypt ([#109](https://github.com/opentdf/java-sdk/issues/109)) ([943751f](https://github.com/opentdf/java-sdk/commit/943751ff83b67089472e4422fcfa087e76a8072a))
+* **core:** KID in NanoTDF ([#112](https://github.com/opentdf/java-sdk/issues/112)) ([33b5982](https://github.com/opentdf/java-sdk/commit/33b59820b2830b15c9ec467f45cfab0f1eb38017))
+* **sdk:** Update the assertion support to match go sdk ([#117](https://github.com/opentdf/java-sdk/issues/117)) ([f9badb3](https://github.com/opentdf/java-sdk/commit/f9badb383d769ecbf51c551483633ccb94b2915a))
+
+
+### Bug Fixes
+
+* Issue [#115](https://github.com/opentdf/java-sdk/issues/115) - fix for SSL Context for IDP and plaintext platform ([#116](https://github.com/opentdf/java-sdk/issues/116)) ([36a29df](https://github.com/opentdf/java-sdk/commit/36a29dfd66660c04d55cd100bdcd7e8742edd40b))
+
## [0.4.0](https://github.com/opentdf/java-sdk/compare/v0.3.0...v0.4.0) (2024-08-09)
diff --git a/cmdline/pom.xml b/cmdline/pom.xml
index cc813ad3..64787561 100644
--- a/cmdline/pom.xml
+++ b/cmdline/pom.xml
@@ -6,7 +6,7 @@
io.opentdf.platform
sdk-pom
- 0.5.0-SNAPSHOT
+ 0.5.0
cmdline
@@ -52,7 +52,7 @@
io.opentdf.platform
sdk
- 0.5.0-SNAPSHOT
+ 0.5.0
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index d882cb78..dc652dfe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
io.opentdf.platform
sdk-pom
- 0.5.0-SNAPSHOT
+ 0.5.0
sdk-pom
pom
diff --git a/protocol/pom.xml b/protocol/pom.xml
index a3fc6bf3..f883f5a7 100644
--- a/protocol/pom.xml
+++ b/protocol/pom.xml
@@ -6,11 +6,11 @@
io.opentdf.platform
protocol
protocol
- 0.5.0-SNAPSHOT
+ 0.5.0
sdk-pom
io.opentdf.platform
- 0.5.0-SNAPSHOT
+ 0.5.0
jar
diff --git a/sdk/pom.xml b/sdk/pom.xml
index 6dcd449c..71dd0400 100644
--- a/sdk/pom.xml
+++ b/sdk/pom.xml
@@ -8,14 +8,14 @@
sdk-pom
io.opentdf.platform
- 0.5.0-SNAPSHOT
+ 0.5.0
jar
io.opentdf.platform
protocol
- 0.5.0-SNAPSHOT
+ 0.5.0
org.slf4j
diff --git a/versions.txt b/versions.txt
index 095d6b4c..96ba2c17 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version
-java-sdk:0.4.0:0.5.0-SNAPSHOT
\ No newline at end of file
+java-sdk:0.5.0:0.5.0
\ No newline at end of file