Skip to content

Commit

Permalink
chore(release): cut atala prism 1.15.0 release
Browse files Browse the repository at this point in the history
# [1.15.0](prism-agent-v1.14.2...prism-agent-v1.15.0) (2023-09-12)

### Features

* add security headers in helm-chart apisix route ([#697](#697)) ([7f7e0a4](7f7e0a4))
* **prism-agent:** add multi-tenancy capability ([#696](#696)) ([b6c9a40](b6c9a40))

Signed-off-by: Anton Baliasnikov <anton.baliasnikov@iohk.io>
  • Loading branch information
atala-dev committed Sep 12, 2023
1 parent ba4f087 commit 5e6fc7d
Show file tree
Hide file tree
Showing 7 changed files with 1,764 additions and 422 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [1.15.0](https://github.com/input-output-hk/atala-prism-building-blocks/compare/prism-agent-v1.14.2...prism-agent-v1.15.0) (2023-09-12)


### Features

* add security headers in helm-chart apisix route ([#697](https://github.com/input-output-hk/atala-prism-building-blocks/issues/697)) ([7f7e0a4](https://github.com/input-output-hk/atala-prism-building-blocks/commit/7f7e0a4b7709c9eb0dbfc0557ed68648a98e5756))
* **prism-agent:** add multi-tenancy capability ([#696](https://github.com/input-output-hk/atala-prism-building-blocks/issues/696)) ([b6c9a40](https://github.com/input-output-hk/atala-prism-building-blocks/commit/b6c9a40733af1a80c2fc7c17650d1f9ca53c21da))

## [1.14.2](https://github.com/input-output-hk/atala-prism-building-blocks/compare/prism-agent-v1.14.1...prism-agent-v1.14.2) (2023-09-06)


Expand Down
717 changes: 360 additions & 357 deletions DEPENDENCIES.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion infrastructure/charts/agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ 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: "1.14.2"
appVersion: "1.15.0"
dependencies:
- name: "vault"
version: "0.24.1"
Expand Down
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-building-blocks",
"version": "1.14.2",
"version": "1.15.0",
"engines": {
"node": ">=16.13.0"
},
Expand Down
Loading

0 comments on commit 5e6fc7d

Please sign in to comment.