diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bb24862..cf270ba5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.8.1](https://github.com/input-output-hk/atala-prism-mediator/compare/prism-mediator-v0.8.0...prism-mediator-v0.8.1) (2023-08-18) + + +### Bug Fixes + +* reply condition check ReturnRoute ([#88](https://github.com/input-output-hk/atala-prism-mediator/issues/88)) ([68c86c8](https://github.com/input-output-hk/atala-prism-mediator/commit/68c86c871b8300e08cadbaf64284dc4d0e4abb3f)) + # [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) diff --git a/infrastructure/charts/mediator/Chart.yaml b/infrastructure/charts/mediator/Chart.yaml index d7c157f0..abe0eb46 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.8.0" +appVersion: "0.8.1" dependencies: [] diff --git a/package-lock.json b/package-lock.json index 7d62d07c..880773d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "atala-prism-mediator", - "version": "0.8.0", + "version": "0.8.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "atala-prism-mediator", - "version": "0.8.0", + "version": "0.8.1", "devDependencies": { "@commitlint/cli": "^17.0.3", "@commitlint/config-conventional": "^17.0.3", diff --git a/package.json b/package.json index dfdfc37c..32c2dfaf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "atala-prism-mediator", - "version": "0.8.0", + "version": "0.8.1", "engines": { "node": ">=16.13.0" }, diff --git a/version.sbt b/version.sbt index e7b428b6..0eca38e5 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -ThisBuild / version := "0.8.0-SNAPSHOT" +ThisBuild / version := "0.8.1-SNAPSHOT"