Skip to content

Commit

Permalink
chore(main): release 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
opentdf-automation[bot] committed Aug 27, 2024
1 parent 198d335 commit f158df6
Show file tree
Hide file tree
Showing 7 changed files with 26 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.7.0"
".": "0.6.1"
}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [0.6.1](https://github.com/opentdf/java-sdk/compare/v0.7.0...v0.6.1) (2024-08-27)


### Features

* update README.md ([#142](https://github.com/opentdf/java-sdk/issues/142)) ([198d335](https://github.com/opentdf/java-sdk/commit/198d3351c544cc1e23d62b4d097fb7310a7a3625))


### Bug Fixes

* **nano:** Store key ids if found ([#134](https://github.com/opentdf/java-sdk/issues/134)) ([94c672b](https://github.com/opentdf/java-sdk/commit/94c672b1e6617a5e6bd0b4339d38a9aae3ae2ae1))


### Miscellaneous Chores

* release 0.6.1 Release-As: 0.6.1 ([#135](https://github.com/opentdf/java-sdk/issues/135)) ([09ec548](https://github.com/opentdf/java-sdk/commit/09ec5480c6ad5c4f958d051c0ef668b68e13637c))

## [0.6.1](https://github.com/opentdf/java-sdk/compare/v0.6.0...v0.6.1) (2024-08-26)


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.7.1-SNAPSHOT</version><!-- {x-version-update:java-sdk:current} -->
<version>0.6.1</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.7.1-SNAPSHOT</version><!-- {x-version-update:java-sdk:current} -->
<version>0.6.1</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.7.1-SNAPSHOT</version><!-- {x-version-update:java-sdk:current} -->
<version>0.6.1</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.7.1-SNAPSHOT</version><!-- {x-version-update:java-sdk:current} -->
<version>0.6.1</version><!-- {x-version-update:java-sdk:current} -->
<parent>
<artifactId>sdk-pom</artifactId>
<groupId>io.opentdf.platform</groupId>
<version>0.7.1-SNAPSHOT</version><!-- {x-version-update:java-sdk:current} -->
<version>0.6.1</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.7.1-SNAPSHOT</version><!-- {x-version-update:java-sdk:current} -->
<version>0.6.1</version><!-- {x-version-update:java-sdk:current} -->
</parent>
<packaging>jar</packaging>
<dependencies>
<dependency>
<groupId>io.opentdf.platform</groupId>
<artifactId>protocol</artifactId>
<version>0.7.1-SNAPSHOT</version><!-- {x-version-update:java-sdk:current} -->
<version>0.6.1</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.7.0:0.7.1-SNAPSHOT
java-sdk:0.6.1:0.6.1

0 comments on commit f158df6

Please sign in to comment.