Skip to content

Commit 2b34546

Browse files
chore(main): release 0.7.9 (#246)
🤖 I have created a release *beep* *boop* --- <details><summary>0.7.9</summary> ## [0.7.9](v0.7.8...v0.7.9) (2025-04-28) ### Features * **sdk:** KAS Allowlist ([#245](#245)) ([e48cdbd](e48cdbd)) </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 e48cdbd commit 2b34546

File tree

7 files changed

+13
-6
lines changed

7 files changed

+13
-6
lines changed

.release-please-manifest.json

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

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.7.9](https://github.com/opentdf/java-sdk/compare/v0.7.8...v0.7.9) (2025-04-28)
4+
5+
6+
### Features
7+
8+
* **sdk:** KAS Allowlist ([#245](https://github.com/opentdf/java-sdk/issues/245)) ([e48cdbd](https://github.com/opentdf/java-sdk/commit/e48cdbd3cefeb04be3812d1c7fc77427872be146))
9+
310
## [0.7.8](https://github.com/opentdf/java-sdk/compare/v0.7.7...v0.7.8) (2025-04-09)
411

512

cmdline/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.opentdf.platform</groupId>
66
<artifactId>sdk-pom</artifactId>
7-
<version>0.7.9-SNAPSHOT</version>
7+
<version>0.7.9</version>
88
</parent>
99
<artifactId>cmdline</artifactId>
1010
<properties>

cmdline/src/main/java/io/opentdf/platform/Command.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
*/
5353
class Versions {
5454
// Version of the SDK, managed by release-please.
55-
public static final String SDK = "0.7.9-SNAPSHOT"; // x-release-please-version
55+
public static final String SDK = "0.7.9"; // x-release-please-version
5656

5757
// This sdk aims to support this version of the TDF spec; currently 4.3.0.
5858
public static final String TDF_SPEC = "4.3.0";

examples/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>sdk-pom</artifactId>
66
<groupId>io.opentdf.platform</groupId>
7-
<version>0.7.9-SNAPSHOT</version>
7+
<version>0.7.9</version>
88
</parent>
99

1010
<groupId>io.opentdf.platform</groupId>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>io.opentdf.platform</groupId>
77
<artifactId>sdk-pom</artifactId>
8-
<version>0.7.9-SNAPSHOT</version>
8+
<version>0.7.9</version>
99
<name>io.opentdf.platform:sdk-pom</name>
1010
<description>OpenTDF Java SDK</description>
1111
<url>https://github.com/opentdf/java-sdk</url>

sdk/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>sdk-pom</artifactId>
88
<groupId>io.opentdf.platform</groupId>
9-
<version>0.7.9-SNAPSHOT</version>
9+
<version>0.7.9</version>
1010
</parent>
1111
<packaging>jar</packaging>
1212
<properties>

0 commit comments

Comments
 (0)