Skip to content

Commit

Permalink
chore(release): cut prism mediator 0.10.0 release
Browse files Browse the repository at this point in the history
# [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))

Signed-off-by: atala-dev <atala.dev@iohk.io>
  • Loading branch information
atala-dev committed Apr 30, 2024
1 parent 445e2bd commit 8d34cb7
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 5 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# [0.10.0](https://github.com/input-output-hk/atala-prism-mediator/compare/prism-mediator-v0.9.2...prism-mediator-v0.10.0) (2023-09-21)


### Bug Fixes

* Added DidSubject to report problem when not enrolled ([#111](https://github.com/input-output-hk/atala-prism-mediator/issues/111)) ([40c5d06](https://github.com/input-output-hk/atala-prism-mediator/commit/40c5d066840d2e0ae119fccee10d03bb10d7a5e9))
* Annotate Headers & Update zio-http to version 3.0.0-RC2 ([#106](https://github.com/input-output-hk/atala-prism-mediator/issues/106)) ([aa19f0a](https://github.com/input-output-hk/atala-prism-mediator/commit/aa19f0a1b9a547a562139b7c91373c1d84ddfa39))
* Encoder for VerificationMethodReferenced as String ([#110](https://github.com/input-output-hk/atala-prism-mediator/issues/110)) ([761d422](https://github.com/input-output-hk/atala-prism-mediator/commit/761d4227b8eef486fa12510814bb4c075f0b9c87))
* sign ProblemReport when TO is unspecified ([#105](https://github.com/input-output-hk/atala-prism-mediator/issues/105)) ([586dd9f](https://github.com/input-output-hk/atala-prism-mediator/commit/586dd9f1cce1763fd4cf5f1db93cf53f94740816))
* Update local docker-compose configuration by adding the SERVICE_ENDPOINT port ([#128](https://github.com/input-output-hk/atala-prism-mediator/issues/128)) ([2adc6aa](https://github.com/input-output-hk/atala-prism-mediator/commit/2adc6aac26593e0f868dfee2e81afae7c4337b32))


### Features

* add MediatorBuildInfo & /did and /version endpoints ([#120](https://github.com/input-output-hk/atala-prism-mediator/issues/120)) ([4445e1f](https://github.com/input-output-hk/atala-prism-mediator/commit/4445e1f3db5011264e2831cf12d1ed183406447d))
* add tag latest to the mediator docker image ([#118](https://github.com/input-output-hk/atala-prism-mediator/issues/118)) ([020f2cd](https://github.com/input-output-hk/atala-prism-mediator/commit/020f2cdff5e8e32ac8f880b7a87f0e0239c5ce34))
* Added test for executor and problem reports ([#117](https://github.com/input-output-hk/atala-prism-mediator/issues/117)) ([ce05d5a](https://github.com/input-output-hk/atala-prism-mediator/commit/ce05d5a0894ae0cee1eaba89bd5834182800e9ef))

## [0.9.2](https://github.com/input-output-hk/atala-prism-mediator/compare/prism-mediator-v0.9.1...prism-mediator-v0.9.2) (2023-08-30)


Expand Down
2 changes: 1 addition & 1 deletion infrastructure/charts/mediator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ version: 0.1.0
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.9.2"
appVersion: "0.10.0"
dependencies: []
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
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"
},
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ThisBuild / version := "0.9.2-SNAPSHOT"
ThisBuild / version := "0.10.0-SNAPSHOT"

0 comments on commit 8d34cb7

Please sign in to comment.