Skip to content

Commit

Permalink
chore(release): cut prism mediator 0.10.1 release
Browse files Browse the repository at this point in the history
## [0.10.1](prism-mediator-v0.10.0...prism-mediator-v0.10.1) (2023-10-13)

### Bug Fixes

* allowed memory to increase gradually in CI ([#37](#37)) ([a73abbd](a73abbd))
* Discord links to never expires ([#141](#141)) ([e7f7a74](e7f7a74))
* **infra:** add sync-wave to certificate template ([#134](#134)) ([82f902f](82f902f))
* MissingProtocolExecuter ([#140](#140)) ([c7a0f90](c7a0f90))
* OutOfBand qrcode with base url ([#133](#133)) ([56d34f9](56d34f9))
* send status message on delivery request If no messages are avail… ([#139](#139)) ([c788335](c788335))
  • Loading branch information
atala-dev authored and mineme0110 committed Apr 30, 2024
1 parent 12b740e commit c640c1f
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 6 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion infrastructure/charts/mediator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: []
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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "atala-prism-mediator",
"version": "0.10.0",
"version": "0.10.1",
"engines": {
"node": ">=16.13.0"
},
Expand Down Expand Up @@ -88,4 +88,4 @@
]
]
}
}
}
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ThisBuild / version := "0.10.0-SNAPSHOT"
ThisBuild / version := "0.10.1-SNAPSHOT"

0 comments on commit c640c1f

Please sign in to comment.