From 49fe70fff64c36345d999d2268d34fdf4298b664 Mon Sep 17 00:00:00 2001 From: atala-dev Date: Thu, 9 Feb 2023 13:22:04 +0000 Subject: [PATCH] chore(release): cut prism-agent image 0.37.0 release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [prism-agent-v0.37.0](https://github.com/input-output-hk/atala-prism-building-blocks/compare/prism-agent-v0.36.0...prism-agent-v0.37.0) (2023-02-09) ### Features * **prism-agent:** Added challenge and domain and to protect agains r… ([#364](https://github.com/input-output-hk/atala-prism-building-blocks/issues/364)) ([4f0b261](https://github.com/input-output-hk/atala-prism-building-blocks/commit/4f0b261b3545c8681eccd8b38c7fa028ee840c50)) --- prism-agent/service/CHANGELOG.md | 7 +++++++ prism-agent/service/version.sbt | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/prism-agent/service/CHANGELOG.md b/prism-agent/service/CHANGELOG.md index 69032e8663..95aea99573 100644 --- a/prism-agent/service/CHANGELOG.md +++ b/prism-agent/service/CHANGELOG.md @@ -1,3 +1,10 @@ +# [prism-agent-v0.37.0](https://github.com/input-output-hk/atala-prism-building-blocks/compare/prism-agent-v0.36.0...prism-agent-v0.37.0) (2023-02-09) + + +### Features + +* **prism-agent:** Added challenge and domain and to protect agains r… ([#364](https://github.com/input-output-hk/atala-prism-building-blocks/issues/364)) ([4f0b261](https://github.com/input-output-hk/atala-prism-building-blocks/commit/4f0b261b3545c8681eccd8b38c7fa028ee840c50)) + # [prism-agent-v0.36.0](https://github.com/input-output-hk/atala-prism-building-blocks/compare/prism-agent-v0.35.0...prism-agent-v0.36.0) (2023-02-07) diff --git a/prism-agent/service/version.sbt b/prism-agent/service/version.sbt index 1b5255d833..0df072b640 100644 --- a/prism-agent/service/version.sbt +++ b/prism-agent/service/version.sbt @@ -1 +1 @@ -ThisBuild / version := "0.36.0-SNAPSHOT" +ThisBuild / version := "0.37.0-SNAPSHOT"