-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): cut prism mediator 0.10.0 release
# [0.10.0](prism-mediator-v0.9.2...prism-mediator-v0.10.0) (2023-09-21) ### Bug Fixes * Added DidSubject to report problem when not enrolled ([#111](#111)) ([40c5d06](40c5d06)) * Annotate Headers & Update zio-http to version 3.0.0-RC2 ([#106](#106)) ([aa19f0a](aa19f0a)) * Encoder for VerificationMethodReferenced as String ([#110](#110)) ([761d422](761d422)) * sign ProblemReport when TO is unspecified ([#105](#105)) ([586dd9f](586dd9f)) * Update local docker-compose configuration by adding the SERVICE_ENDPOINT port ([#128](#128)) ([2adc6aa](2adc6aa)) ### Features * add MediatorBuildInfo & /did and /version endpoints ([#120](#120)) ([4445e1f](4445e1f)) * add tag latest to the mediator docker image ([#118](#118)) ([020f2cd](020f2cd)) * Added test for executor and problem reports ([#117](#117)) ([ce05d5a](ce05d5a))
- Loading branch information
Showing
5 changed files
with
23 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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,6 +1,6 @@ | ||
{ | ||
"name": "atala-prism-mediator", | ||
"version": "0.9.2", | ||
"version": "0.10.0", | ||
"engines": { | ||
"node": ">=16.13.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 |
---|---|---|
@@ -1 +1 @@ | ||
ThisBuild / version := "0.9.2-SNAPSHOT" | ||
ThisBuild / version := "0.10.0-SNAPSHOT" |