Skip to content

Commit

Permalink
chore(release): cut prism mediator 0.12.1 release
Browse files Browse the repository at this point in the history
## [0.12.1](prism-mediator-v0.12.0...prism-mediator-v0.12.1) (2023-11-22)

### Bug Fixes

* Add and enable websocket on apisix route ([#179](#179)) ([e5cfb1c](e5cfb1c))
* correct endpoint for wss in deployment.yaml ([#178](#178)) ([94866a9](94866a9))
  • Loading branch information
atala-dev authored and mineme0110 committed Apr 30, 2024
1 parent edd6413 commit 3c71c10
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [0.12.1](https://github.com/input-output-hk/atala-prism-mediator/compare/prism-mediator-v0.12.0...prism-mediator-v0.12.1) (2023-11-22)


### Bug Fixes

* Add and enable websocket on apisix route ([#179](https://github.com/input-output-hk/atala-prism-mediator/issues/179)) ([e5cfb1c](https://github.com/input-output-hk/atala-prism-mediator/commit/e5cfb1c0d5c284ab98ab36fef9e4bb81c97f3f53))
* correct endpoint for wss in deployment.yaml ([#178](https://github.com/input-output-hk/atala-prism-mediator/issues/178)) ([94866a9](https://github.com/input-output-hk/atala-prism-mediator/commit/94866a9077adf37761bd4b2218c280ef3bdc6e79))

# [0.12.0](https://github.com/input-output-hk/atala-prism-mediator/compare/prism-mediator-v0.11.0...prism-mediator-v0.12.0) (2023-11-22)


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.12.0"
appVersion: "0.12.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.

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

0 comments on commit 3c71c10

Please sign in to comment.