From 290a206b7586f4c5b4494d34de447bd6f73be6e5 Mon Sep 17 00:00:00 2001 From: atala-dev Date: Mon, 13 Feb 2023 09:09:44 +0000 Subject: [PATCH] chore(release): cut pollux lib 0.26.0 release [skip ci] # [pollux-v0.26.0](https://github.com/input-output-hk/atala-prism-building-blocks/compare/pollux-v0.25.0...pollux-v0.26.0) (2023-02-13) ### Features * **pollux:** implement the DAL for CRUD on the verifiable policy entity. ATL-2478 ([#368](https://github.com/input-output-hk/atala-prism-building-blocks/issues/368)) ([b290a18](https://github.com/input-output-hk/atala-prism-building-blocks/commit/b290a18a2aef67cfded20062e111f85bad7ad248)) --- pollux/lib/CHANGELOG.md | 7 +++++++ pollux/lib/version.sbt | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/pollux/lib/CHANGELOG.md b/pollux/lib/CHANGELOG.md index af47f720b1..cea0e12313 100644 --- a/pollux/lib/CHANGELOG.md +++ b/pollux/lib/CHANGELOG.md @@ -1,3 +1,10 @@ +# [pollux-v0.26.0](https://github.com/input-output-hk/atala-prism-building-blocks/compare/pollux-v0.25.0...pollux-v0.26.0) (2023-02-13) + + +### Features + +* **pollux:** implement the DAL for CRUD on the verifiable policy entity. ATL-2478 ([#368](https://github.com/input-output-hk/atala-prism-building-blocks/issues/368)) ([b290a18](https://github.com/input-output-hk/atala-prism-building-blocks/commit/b290a18a2aef67cfded20062e111f85bad7ad248)) + # [pollux-v0.25.0](https://github.com/input-output-hk/atala-prism-building-blocks/compare/pollux-v0.24.0...pollux-v0.25.0) (2023-02-09) diff --git a/pollux/lib/version.sbt b/pollux/lib/version.sbt index 814585bd3c..4772100dc1 100644 --- a/pollux/lib/version.sbt +++ b/pollux/lib/version.sbt @@ -1 +1 @@ -ThisBuild / version := "0.25.0-SNAPSHOT" +ThisBuild / version := "0.26.0-SNAPSHOT"