-
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.2.0 release
# [0.2.0](prism-mediator-v0.1.1...prism-mediator-v0.2.0) (2023-07-04) ### Bug Fixes * disabled documentation generation ([#24](#24)) ([8a2a6ad](8a2a6ad)) * field name routing_did in keylist response body ([#22](#22)) ([f61f114](f61f114)) * Fix release job (add more ram) ([#32](#32)) ([97ab05a](97ab05a)) * make content-type header case insensitive & remove support for ws ([#7](#7)) ([d4a169a](d4a169a)) * mediator db not storing the orignal value for protected header ([#15](#15)) ([bd119f1](bd119f1)) * mediator unique constraint issue ([#25](#25)) ([576d7a3](576d7a3)) * trustPing call back not working ([#23](#23)) ([e8bf356](e8bf356)) ### Features * Add config from application.conf and docker-compose and an example ([#10](#10)) ([2037377](2037377)) * Add Storage ([#8](#8)) ([881e66e](881e66e)) * mediator added more logs and associated message Hash and structured logging ([#16](#16)) ([119b637](119b637)) * mediator added test for storage layer ([#13](#13)) ([25728b6](25728b6)) * mediator rename package and organise the packages ([#12](#12)) ([8ea2aac](8ea2aac)) * new a Webapp to show the QR Code ([#21](#21)) ([9af0a87](9af0a87)) * process KeylistQuery and return Keylist ([#30](#30)) ([c5fb175](c5fb175)) * reply to StatusRequest ([#26](#26)) ([28ee891](28ee891)) Signed-off-by: atala-dev <[email protected]>
- Loading branch information
Showing
4 changed files
with
30 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
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
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.1.1-SNAPSHOT" | ||
ThisBuild / version := "0.2.0-SNAPSHOT" |