diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f76b3c6..125b9d5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -2,6 +2,6 @@ "amphora-parent": "0.1.2", "amphora-common": "0.1.1", "amphora-java-client": "0.1.1", - "amphora-service": "0.1.0", + "amphora-service": "0.1.1", "amphora-service/charts/amphora": "0.1.0" } diff --git a/amphora-service/CHANGELOG.md b/amphora-service/CHANGELOG.md new file mode 100644 index 0000000..8304061 --- /dev/null +++ b/amphora-service/CHANGELOG.md @@ -0,0 +1,13 @@ +# Changelog + +## [0.1.1](https://github.com/carbynestack/amphora/compare/service-v0.1.0...service-v0.1.1) (2023-07-27) + + +### Bug Fixes + +* **common/java-client/service:** migrate to new parent ([#60](https://github.com/carbynestack/amphora/issues/60)) ([8d1894c](https://github.com/carbynestack/amphora/commit/8d1894c799cf7222ad975875eab0484d4ac7110c)) +* implement release-please process ([#48](https://github.com/carbynestack/amphora/issues/48)) ([1f35ca2](https://github.com/carbynestack/amphora/commit/1f35ca2dfb6624285f691ca3f1e64ddb89426d6b)) +* introduce parent release package ([#52](https://github.com/carbynestack/amphora/issues/52)) ([daa5a69](https://github.com/carbynestack/amphora/commit/daa5a697eb9df8d7844245961666f1ee74f0e2bb)) +* **java-client/service:** use new common version ([#61](https://github.com/carbynestack/amphora/issues/61)) ([6769b51](https://github.com/carbynestack/amphora/commit/6769b511b17ed566edd75dfb1bbca4a1b5585095)) +* **parent:** introduce parent release package ([ba73fe8](https://github.com/carbynestack/amphora/commit/ba73fe865470052ce2381d81de3017a6bb27e7fe)) +* **service:** use new java-client version ([#62](https://github.com/carbynestack/amphora/issues/62)) ([50ec9af](https://github.com/carbynestack/amphora/commit/50ec9afaa613cf2ed6152cc3ddebcd2037d8f3b2)) diff --git a/amphora-service/pom.xml b/amphora-service/pom.xml index e2181d0..1ec8103 100644 --- a/amphora-service/pom.xml +++ b/amphora-service/pom.xml @@ -5,13 +5,12 @@ ~ ~ SPDX-License-Identifier: Apache-2.0 --> - + 4.0.0 amphora-service Amphora Service Amphora bucket/object store service. - 0.1.0 + 0.1.1 io.carbynestack amphora-parent