Skip to content

Commit

Permalink
chore(release): cut prism mediator 0.11.0 release
Browse files Browse the repository at this point in the history
# [0.11.0](prism-mediator-v0.10.2...prism-mediator-v0.11.0) (2023-11-10)

### Bug Fixes

* incorrect body of the message results in problem report ([#161](#161)) ([6d8b9b8](6d8b9b8))

### Features

* Return 202 HTTP code (for DID Comm) ([#162](#162)) ([50185d3](50185d3)), closes [#160](#160)
* Support protocol discover-features 2.0 ([#154](#154)) ([9220858](9220858))

Signed-off-by: atala-dev <atala.dev@iohk.io>
  • Loading branch information
atala-dev committed Apr 30, 2024
1 parent afd1c47 commit ae9a9cf
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 5 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [0.11.0](https://github.com/input-output-hk/atala-prism-mediator/compare/prism-mediator-v0.10.2...prism-mediator-v0.11.0) (2023-11-10)


### Bug Fixes

* incorrect body of the message results in problem report ([#161](https://github.com/input-output-hk/atala-prism-mediator/issues/161)) ([6d8b9b8](https://github.com/input-output-hk/atala-prism-mediator/commit/6d8b9b8493f32d27c31c44c170268cdd3cb5170b))


### Features

* Return 202 HTTP code (for DID Comm) ([#162](https://github.com/input-output-hk/atala-prism-mediator/issues/162)) ([50185d3](https://github.com/input-output-hk/atala-prism-mediator/commit/50185d379d08949597479db8d8fd9d53526fd82a)), closes [#160](https://github.com/input-output-hk/atala-prism-mediator/issues/160)
* Support protocol discover-features 2.0 ([#154](https://github.com/input-output-hk/atala-prism-mediator/issues/154)) ([9220858](https://github.com/input-output-hk/atala-prism-mediator/commit/9220858111d992c099aff9e41cce90d7d06f0235))

## [0.10.2](https://github.com/input-output-hk/atala-prism-mediator/compare/prism-mediator-v0.10.1...prism-mediator-v0.10.2) (2023-11-06)


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.10.2"
appVersion: "0.11.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.10.2",
"version": "0.11.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.10.2-SNAPSHOT"
ThisBuild / version := "0.11.0-SNAPSHOT"

0 comments on commit ae9a9cf

Please sign in to comment.