Skip to content

Commit

Permalink
chore: release java-client 0.1.2 (#49)
Browse files Browse the repository at this point in the history
Signed-off-by: cs-minion <[email protected]>
  • Loading branch information
cs-minion authored Jul 26, 2023
1 parent 9f4f300 commit ddc658c
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.1",
"charts/ephemeral": "0.1.1",
"ephemeral-java-client": "0.1.1"
"ephemeral-java-client": "0.1.2"
}
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.1.2](https://github.com/carbynestack/ephemeral/compare/java-client-v0.1.1...java-client-v0.1.2) (2023-07-26)


### Bug Fixes

* **service/chart/java-client:** test release logic with some minor fixes ([#46](https://github.com/carbynestack/ephemeral/issues/46)) ([a215b6b](https://github.com/carbynestack/ephemeral/commit/a215b6b884ea73fc69f4283aca849dbc8bf520d4))

## [0.1.1](https://github.com/carbynestack/ephemeral/compare/java-client-v0.1.0...java-client-v0.1.1) (2023-07-26)


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.1</version>
<version>0.1.2</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 ddc658c

Please sign in to comment.