diff --git a/CHANGELOG.md b/CHANGELOG.md index e17c53e7..04839dee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [0.10.1](https://github.com/input-output-hk/atala-prism-mediator/compare/prism-mediator-v0.10.0...prism-mediator-v0.10.1) (2023-10-13) + + +### Bug Fixes + +* allowed memory to increase gradually in CI ([#37](https://github.com/input-output-hk/atala-prism-mediator/issues/37)) ([a73abbd](https://github.com/input-output-hk/atala-prism-mediator/commit/a73abbdaf248eb474489e858c8b22913c1ec42e1)) +* Discord links to never expires ([#141](https://github.com/input-output-hk/atala-prism-mediator/issues/141)) ([e7f7a74](https://github.com/input-output-hk/atala-prism-mediator/commit/e7f7a74237d5a79ab3fe39ff4f82712e1ed49163)) +* **infra:** add sync-wave to certificate template ([#134](https://github.com/input-output-hk/atala-prism-mediator/issues/134)) ([82f902f](https://github.com/input-output-hk/atala-prism-mediator/commit/82f902f625246f0c1d0e06db096022e024c879c0)) +* MissingProtocolExecuter ([#140](https://github.com/input-output-hk/atala-prism-mediator/issues/140)) ([c7a0f90](https://github.com/input-output-hk/atala-prism-mediator/commit/c7a0f90a094a5b075df9569a38f8f36681a25b2c)) +* OutOfBand qrcode with base url ([#133](https://github.com/input-output-hk/atala-prism-mediator/issues/133)) ([56d34f9](https://github.com/input-output-hk/atala-prism-mediator/commit/56d34f9ebfee74b71a644b35761861fe49515861)) +* send status message on delivery request If no messages are avail… ([#139](https://github.com/input-output-hk/atala-prism-mediator/issues/139)) ([c788335](https://github.com/input-output-hk/atala-prism-mediator/commit/c7883350f7e5b8070330010f8f299d4c0f32e7ee)) + # [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) diff --git a/infrastructure/charts/mediator/Chart.yaml b/infrastructure/charts/mediator/Chart.yaml index 5ced4a5b..7048500c 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.10.0" +appVersion: "0.10.1" dependencies: [] diff --git a/package-lock.json b/package-lock.json index 57473e0d..d31ea066 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "atala-prism-mediator", - "version": "0.10.0", + "version": "0.10.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "atala-prism-mediator", - "version": "0.10.0", + "version": "0.10.1", "devDependencies": { "@commitlint/cli": "^17.0.3", "@commitlint/config-conventional": "^17.0.3", diff --git a/package.json b/package.json index 0093953d..d4d1001c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "atala-prism-mediator", - "version": "0.10.0", + "version": "0.10.1", "engines": { "node": ">=16.13.0" }, @@ -88,4 +88,4 @@ ] ] } -} \ No newline at end of file +} diff --git a/version.sbt b/version.sbt index f26c9600..aa2cbb42 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -ThisBuild / version := "0.10.0-SNAPSHOT" +ThisBuild / version := "0.10.1-SNAPSHOT"