Skip to content

Commit

Permalink
chore(release): cut mediator 0.14.3 release
Browse files Browse the repository at this point in the history
## [0.14.3](identus-mediator-v0.14.2...identus-mediator-v0.14.3) (2024-04-17)

### Bug Fixes

* Change from name var to fix name ([#286](#286)) ([82611be](82611be))
* Release mediator tagFormat ([#285](#285)) ([93d5ba9](93d5ba9))
  • Loading branch information
atala-dev committed Apr 17, 2024
1 parent 82611be commit 4bbb425
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 6 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,11 @@
## [0.14.3](https://github.com/input-output-hk/atala-prism-mediator/compare/identus-mediator-v0.14.2...identus-mediator-v0.14.3) (2024-04-17)


### Bug Fixes

* Change from name var to fix name ([#286](https://github.com/input-output-hk/atala-prism-mediator/issues/286)) ([82611be](https://github.com/input-output-hk/atala-prism-mediator/commit/82611bef4399a56c4e66127d58e75991a3f367fe))
* Release mediator tagFormat ([#285](https://github.com/input-output-hk/atala-prism-mediator/issues/285)) ([93d5ba9](https://github.com/input-output-hk/atala-prism-mediator/commit/93d5ba9aeadbb14266dbfde63fb4481f48a73c75))

# 1.0.0 (2024-04-17)


Expand Down
4 changes: 2 additions & 2 deletions infrastructure/charts/mediator/Chart.yaml
Expand Up @@ -13,10 +13,10 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.0.0
version: 0.14.3
# This is the version number of the application being deployed. This version number should be
# 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: "1.0.0"
appVersion: "0.14.3"
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
@@ -1,6 +1,6 @@
{
"name": "identus-mediator",
"version": "0.14.2",
"version": "0.14.3",
"engines": {
"node": ">=16.13.0"
},
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
@@ -1 +1 @@
ThisBuild / version := "1.0.0-SNAPSHOT"
ThisBuild / version := "0.14.3-SNAPSHOT"

0 comments on commit 4bbb425

Please sign in to comment.