Skip to content

Commit

Permalink
Merge branch 'master' into add-authorization
Browse files Browse the repository at this point in the history
  • Loading branch information
sbckr authored Dec 17, 2024
2 parents a60e976 + 39055d0 commit 73f07ec
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 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
6 changes: 3 additions & 3 deletions ephemeral-java-client/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright (c) 2021 - for information on the respective copyright owner
~ Copyright (c) 2021-2024 - for information on the respective copyright owner
~ see the NOTICE file and/or the repository https://github.com/carbynestack/ephemeral.
~
~ SPDX-License-Identifier: Apache-2.0
Expand All @@ -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 Expand Up @@ -57,7 +57,7 @@
<maven-license-plugin.version>2.0.0</maven-license-plugin.version>

<!-- Carbyne Stack dependency versions -->
<java-http-client.version>0.1-SNAPSHOT-1257534854-1-46815a7</java-http-client.version>
<java-http-client.version>0.2.0</java-http-client.version>

<!-- External dependency versions -->
<lombok.version>1.18.20</lombok.version>
Expand Down

0 comments on commit 73f07ec

Please sign in to comment.