Skip to content

Commit

Permalink
chore(release): cut prism mediator 0.5.0 release
Browse files Browse the repository at this point in the history
# [0.5.0](prism-mediator-v0.4.1...prism-mediator-v0.5.0) (2023-07-21)

### Features

* add endpoint to get the OOB mediate invitation ([#63](#63)) ([c82282c](c82282c))

Signed-off-by: atala-dev <atala.dev@iohk.io>
  • Loading branch information
atala-dev committed Apr 30, 2024
1 parent 4ac158e commit a82f51e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [0.5.0](https://github.com/input-output-hk/atala-prism-mediator/compare/prism-mediator-v0.4.1...prism-mediator-v0.5.0) (2023-07-21)


### Features

* add endpoint to get the OOB mediate invitation ([#63](https://github.com/input-output-hk/atala-prism-mediator/issues/63)) ([c82282c](https://github.com/input-output-hk/atala-prism-mediator/commit/c82282ca8c7061cc1ec702af538ab77e2c9a1f3c))

## [0.4.1](https://github.com/input-output-hk/atala-prism-mediator/compare/prism-mediator-v0.4.0...prism-mediator-v0.4.1) (2023-07-20)


Expand Down
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.4.1",
"version": "0.5.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.4.1-SNAPSHOT"
ThisBuild / version := "0.5.0-SNAPSHOT"

0 comments on commit a82f51e

Please sign in to comment.