diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a94a96f..85720ccc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.9.2](https://github.com/input-output-hk/atala-prism-mediator/compare/prism-mediator-v0.9.1...prism-mediator-v0.9.2) (2023-08-30) + + +### Bug Fixes + +* **mediator:** Enabled X-Request-Id ATL-5568 ([#104](https://github.com/input-output-hk/atala-prism-mediator/issues/104)) ([b0d4fee](https://github.com/input-output-hk/atala-prism-mediator/commit/b0d4feec19b3d4dc796e580789b163d2c3855d55)) +* mongodb init script updated infrastructure mongodb yaml ([#94](https://github.com/input-output-hk/atala-prism-mediator/issues/94)) ([d9cc42a](https://github.com/input-output-hk/atala-prism-mediator/commit/d9cc42a319d505e37b5a9cdbe47802283537adaf)) +* set default endpoint to localhost ([#102](https://github.com/input-output-hk/atala-prism-mediator/issues/102)) ([de8b702](https://github.com/input-output-hk/atala-prism-mediator/commit/de8b702e6fa70a6a8f5ee311c7a236f45d328c04)) + ## [0.9.1](https://github.com/input-output-hk/atala-prism-mediator/compare/prism-mediator-v0.9.0...prism-mediator-v0.9.1) (2023-08-22) diff --git a/infrastructure/charts/mediator/Chart.yaml b/infrastructure/charts/mediator/Chart.yaml index 67983525..93faf53d 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.9.1" +appVersion: "0.9.2" dependencies: [] diff --git a/package-lock.json b/package-lock.json index d379142f..4ae00e2e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "atala-prism-mediator", - "version": "0.9.1", + "version": "0.9.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "atala-prism-mediator", - "version": "0.9.1", + "version": "0.9.2", "devDependencies": { "@commitlint/cli": "^17.0.3", "@commitlint/config-conventional": "^17.0.3", diff --git a/package.json b/package.json index 1e2fcf37..3528b1c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "atala-prism-mediator", - "version": "0.9.1", + "version": "0.9.2", "engines": { "node": ">=16.13.0" }, diff --git a/version.sbt b/version.sbt index 42d5af1c..f972f6a2 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -ThisBuild / version := "0.9.1-SNAPSHOT" +ThisBuild / version := "0.9.2-SNAPSHOT"