Skip to content

Commit 4084f44

Browse files
chore(main): release 0.7.4 (#194)
🤖 I have created a release *beep* *boop* --- <details><summary>0.7.4</summary> ## [0.7.4](v0.7.3...v0.7.4) (2024-10-24) ### Bug Fixes * **sdk:** returns the correct string associated with enums ([#200](#200)) ([1dffd35](1dffd35)) ### Documentation * JavaDoc ([#196](#196)) ([33c9513](33c9513)) * minor Java SDK README updates ([#193](#193)) ([e9dc738](e9dc738)) </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 1dffd35 commit 4084f44

File tree

5 files changed

+17
-4
lines changed

5 files changed

+17
-4
lines changed

.release-please-manifest.json

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

CHANGELOG.md

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

3+
## [0.7.4](https://github.com/opentdf/java-sdk/compare/v0.7.3...v0.7.4) (2024-10-24)
4+
5+
6+
### Bug Fixes
7+
8+
* **sdk:** returns the correct string associated with enums ([#200](https://github.com/opentdf/java-sdk/issues/200)) ([1dffd35](https://github.com/opentdf/java-sdk/commit/1dffd35374c40ebaa095594d2a5db138957c6e38))
9+
10+
11+
### Documentation
12+
13+
* JavaDoc ([#196](https://github.com/opentdf/java-sdk/issues/196)) ([33c9513](https://github.com/opentdf/java-sdk/commit/33c9513de68954cccba854d501ba26b62216df89))
14+
* minor Java SDK README updates ([#193](https://github.com/opentdf/java-sdk/issues/193)) ([e9dc738](https://github.com/opentdf/java-sdk/commit/e9dc738cc40ffc97d3f0084086b1afa1c283850c))
15+
316
## [0.7.3](https://github.com/opentdf/java-sdk/compare/v0.7.2...v0.7.3) (2024-10-09)
417

518

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.4-SNAPSHOT</version>
7+
<version>0.7.4</version>
88
</parent>
99
<artifactId>cmdline</artifactId>
1010
<properties>

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.4-SNAPSHOT</version>
8+
<version>0.7.4</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.4-SNAPSHOT</version>
9+
<version>0.7.4</version>
1010
</parent>
1111
<packaging>jar</packaging>
1212
<dependencies>

0 commit comments

Comments
 (0)