Skip to content

Commit 78e77d1

Browse files
authored
chore: release java-client 0.2.0 (#71)
Signed-off-by: cs-minion <[email protected]>
1 parent 987a594 commit 78e77d1

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"amphora-parent": "0.2.0",
33
"amphora-common": "0.2.0",
4-
"amphora-java-client": "0.1.1",
4+
"amphora-java-client": "0.2.0",
55
"amphora-service": "0.1.1",
66
"amphora-service/charts/amphora": "0.1.1"
77
}

amphora-java-client/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.2.0](https://github.com/carbynestack/amphora/compare/java-client-v0.1.1...java-client-v0.2.0) (2024-10-09)
4+
5+
6+
### Features
7+
8+
* **amphora-java-client:** upgrade dependencies ([#70](https://github.com/carbynestack/amphora/issues/70)) ([987a594](https://github.com/carbynestack/amphora/commit/987a5949f8ee0c044374ee56376c6909f1bf9cf0))
9+
310
## [0.1.1](https://github.com/carbynestack/amphora/compare/java-client-v0.1.0...java-client-v0.1.1) (2023-07-27)
411

512

amphora-java-client/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
99
<modelVersion>4.0.0</modelVersion>
1010
<artifactId>amphora-java-client</artifactId>
11-
<version>0.1.1</version>
11+
<version>0.2.0</version>
1212
<parent>
1313
<groupId>io.carbynestack</groupId>
1414
<artifactId>amphora-parent</artifactId>

0 commit comments

Comments
 (0)