diff --git a/CHANGELOG.md b/CHANGELOG.md index d0ea20b0..1bb24862 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [0.8.0](https://github.com/input-output-hk/atala-prism-mediator/compare/prism-mediator-v0.7.0...prism-mediator-v0.8.0) (2023-08-18) + + +### Features + +* reply asynchronous unless return_route all ([#86](https://github.com/input-output-hk/atala-prism-mediator/issues/86)) ([6249f37](https://github.com/input-output-hk/atala-prism-mediator/commit/6249f3701e2247614a5b42042cdbd8e0ab4541bb)) + # [0.7.0](https://github.com/input-output-hk/atala-prism-mediator/compare/prism-mediator-v0.6.0...prism-mediator-v0.7.0) (2023-08-18) diff --git a/infrastructure/charts/mediator/Chart.yaml b/infrastructure/charts/mediator/Chart.yaml index 7b7bccf1..d7c157f0 100644 --- a/infrastructure/charts/mediator/Chart.yaml +++ b/infrastructure/charts/mediator/Chart.yaml @@ -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.7.0" +appVersion: "0.8.0" dependencies: [] diff --git a/package-lock.json b/package-lock.json index f1848ca7..7d62d07c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "atala-prism-mediator", - "version": "0.7.0", + "version": "0.8.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "atala-prism-mediator", - "version": "0.7.0", + "version": "0.8.0", "devDependencies": { "@commitlint/cli": "^17.0.3", "@commitlint/config-conventional": "^17.0.3", diff --git a/package.json b/package.json index 843fddfd..dfdfc37c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "atala-prism-mediator", - "version": "0.7.0", + "version": "0.8.0", "engines": { "node": ">=16.13.0" }, diff --git a/version.sbt b/version.sbt index f3c91be7..e7b428b6 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -ThisBuild / version := "0.7.0-SNAPSHOT" +ThisBuild / version := "0.8.0-SNAPSHOT"