-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: cs-minion <[email protected]>
- Loading branch information
Showing
3 changed files
with
26 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
".": "0.1.0", | ||
"amphora-common": "0.1.0", | ||
"amphora-java-client": "0.1.0", | ||
"amphora-java-client": "0.2.0", | ||
"amphora-service": "0.1.0", | ||
"amphora-service/charts/amphora": "0.1.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Changelog | ||
|
||
## [0.2.0](https://github.com/carbynestack/amphora/compare/java-client-v0.1.0...java-client-v0.2.0) (2023-07-26) | ||
|
||
|
||
### ⚠ BREAKING CHANGES | ||
|
||
* **common/java-client/service:** implement download protocol for input mask provisioning ([#46](https://github.com/carbynestack/amphora/issues/46)) | ||
|
||
### Features | ||
|
||
* **common/java-client/service:** implement download protocol for input mask provisioning ([#46](https://github.com/carbynestack/amphora/issues/46)) ([4a99be8](https://github.com/carbynestack/amphora/commit/4a99be8dddfb2a44958b29136ae640b8f749b7c1)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* 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)) | ||
|
||
|
||
### Documentation | ||
|
||
* update README to reflect updated costs for sharing secrets ([4a99be8](https://github.com/carbynestack/amphora/commit/4a99be8dddfb2a44958b29136ae640b8f749b7c1)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters