Skip to content

Commit b87dcd2

Browse files
authored
chore: release service 0.3.0 (#77)
Signed-off-by: cs-minion <[email protected]>
1 parent 28275f9 commit b87dcd2

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

Diff for: .release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"amphora-parent": "0.2.0",
33
"amphora-common": "0.2.0",
44
"amphora-java-client": "0.2.0",
5-
"amphora-service": "0.2.0",
5+
"amphora-service": "0.3.0",
66
"amphora-service/charts/amphora": "0.2.0"
77
}

Diff for: amphora-service/CHANGELOG.md

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

3+
## [0.3.0](https://github.com/carbynestack/amphora/compare/service-v0.2.0...service-v0.3.0) (2024-12-17)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **chart/service:** add Authorization ([#74](https://github.com/carbynestack/amphora/issues/74))
9+
10+
### Features
11+
12+
* **chart/service:** add Authorization ([#74](https://github.com/carbynestack/amphora/issues/74)) ([4aeac00](https://github.com/carbynestack/amphora/commit/4aeac003ea299ccc016ecceafba67b4828a12c29))
13+
314
## [0.2.0](https://github.com/carbynestack/amphora/compare/service-v0.1.1...service-v0.2.0) (2024-10-09)
415

516

Diff for: amphora-service/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<artifactId>amphora-service</artifactId>
1111
<name>Amphora Service</name>
1212
<description>Amphora bucket/object store service.</description>
13-
<version>0.2.0</version>
13+
<version>0.3.0</version>
1414
<parent>
1515
<groupId>io.carbynestack</groupId>
1616
<artifactId>amphora-parent</artifactId>

0 commit comments

Comments
 (0)