diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index 3975949..004d6fb 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -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"
}
diff --git a/amphora-service/CHANGELOG.md b/amphora-service/CHANGELOG.md
index 2d2240a..5d65c7b 100644
--- a/amphora-service/CHANGELOG.md
+++ b/amphora-service/CHANGELOG.md
@@ -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)
diff --git a/amphora-service/pom.xml b/amphora-service/pom.xml
index be41142..110d770 100644
--- a/amphora-service/pom.xml
+++ b/amphora-service/pom.xml
@@ -10,7 +10,7 @@
amphora-service
Amphora Service
Amphora bucket/object store service.
- 0.2.0
+ 0.3.0
io.carbynestack
amphora-parent