From 09f6a688da48f88ecb25eaa225cc052dd3fc3db5 Mon Sep 17 00:00:00 2001 From: atala-dev Date: Tue, 7 Feb 2023 15:50:12 +0000 Subject: [PATCH] chore(release): cut pollux lib 0.24.0 release [skip ci] # [pollux-v0.24.0](https://github.com/input-output-hk/atala-prism-building-blocks/compare/pollux-v0.23.0...pollux-v0.24.0) (2023-02-07) ### Features * **pollux:** bump mercury version and fix queries ([#357](https://github.com/input-output-hk/atala-prism-building-blocks/issues/357)) ([28f779a](https://github.com/input-output-hk/atala-prism-building-blocks/commit/28f779a5a8bb24eb5ffd8fce0b5cd0a4e8387132)) --- 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 e6d7b4bc15..6cc86ac34d 100644 --- a/pollux/lib/CHANGELOG.md +++ b/pollux/lib/CHANGELOG.md @@ -1,3 +1,10 @@ +# [pollux-v0.24.0](https://github.com/input-output-hk/atala-prism-building-blocks/compare/pollux-v0.23.0...pollux-v0.24.0) (2023-02-07) + + +### Features + +* **pollux:** bump mercury version and fix queries ([#357](https://github.com/input-output-hk/atala-prism-building-blocks/issues/357)) ([28f779a](https://github.com/input-output-hk/atala-prism-building-blocks/commit/28f779a5a8bb24eb5ffd8fce0b5cd0a4e8387132)) + # [pollux-v0.23.0](https://github.com/input-output-hk/atala-prism-building-blocks/compare/pollux-v0.22.0...pollux-v0.23.0) (2023-02-07) diff --git a/pollux/lib/version.sbt b/pollux/lib/version.sbt index 80cc894dd1..6c90ecb5a4 100644 --- a/pollux/lib/version.sbt +++ b/pollux/lib/version.sbt @@ -1 +1 @@ -ThisBuild / version := "0.23.0-SNAPSHOT" +ThisBuild / version := "0.24.0-SNAPSHOT"