Skip to content

Commit

Permalink
chore: release service 0.3.0 (#77)
Browse files Browse the repository at this point in the history
Signed-off-by: cs-minion <[email protected]>
  • Loading branch information
cs-minion authored Dec 17, 2024
1 parent 28275f9 commit b87dcd2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"amphora-parent": "0.2.0",
"amphora-common": "0.2.0",
"amphora-java-client": "0.2.0",
"amphora-service": "0.2.0",
"amphora-service": "0.3.0",
"amphora-service/charts/amphora": "0.2.0"
}
11 changes: 11 additions & 0 deletions amphora-service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.3.0](https://github.com/carbynestack/amphora/compare/service-v0.2.0...service-v0.3.0) (2024-12-17)


### ⚠ BREAKING CHANGES

* **chart/service:** add Authorization ([#74](https://github.com/carbynestack/amphora/issues/74))

### Features

* **chart/service:** add Authorization ([#74](https://github.com/carbynestack/amphora/issues/74)) ([4aeac00](https://github.com/carbynestack/amphora/commit/4aeac003ea299ccc016ecceafba67b4828a12c29))

## [0.2.0](https://github.com/carbynestack/amphora/compare/service-v0.1.1...service-v0.2.0) (2024-10-09)


Expand Down
2 changes: 1 addition & 1 deletion amphora-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<artifactId>amphora-service</artifactId>
<name>Amphora Service</name>
<description>Amphora bucket/object store service.</description>
<version>0.2.0</version>
<version>0.3.0</version>
<parent>
<groupId>io.carbynestack</groupId>
<artifactId>amphora-parent</artifactId>
Expand Down

0 comments on commit b87dcd2

Please sign in to comment.