Skip to content

Commit

Permalink
chore: release java-client 0.2.0 (#79)
Browse files Browse the repository at this point in the history
Signed-off-by: cs-minion <[email protected]>
  • Loading branch information
cs-minion authored Oct 9, 2024
1 parent 4f1d0e8 commit 39055d0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
".": "0.1.13",
"charts/ephemeral": "0.1.3",
"ephemeral-java-client": "0.1.3"
"ephemeral-java-client": "0.2.0"
}
7 changes: 7 additions & 0 deletions ephemeral-java-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.0](https://github.com/carbynestack/ephemeral/compare/java-client-v0.1.3...java-client-v0.2.0) (2024-10-09)


### Features

* **java-client:** upgrade dependencies ([#77](https://github.com/carbynestack/ephemeral/issues/77)) ([4f1d0e8](https://github.com/carbynestack/ephemeral/commit/4f1d0e81ccb11b73cb7d03ccc0f598e58f89678e))

## [0.1.3](https://github.com/carbynestack/ephemeral/compare/java-client-v0.1.2...java-client-v0.1.3) (2023-07-27)


Expand Down
2 changes: 1 addition & 1 deletion ephemeral-java-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>ephemeral-java-client</artifactId>
<groupId>io.carbynestack</groupId>
<version>0.1.3</version>
<version>0.2.0</version>
<name>Carbyne Stack Ephemeral Java Client</name>
<description>Java client for the Carbyne Stack Ephemeral service.</description>
<licenses>
Expand Down

0 comments on commit 39055d0

Please sign in to comment.