From cd1d116d580afb19cb2a833ef870573cb591398d Mon Sep 17 00:00:00 2001 From: atala-dev Date: Tue, 21 Mar 2023 09:40:13 +0000 Subject: [PATCH] chore(release): cut connect library 0.12.1 release [skip ci] # [connect-v0.12.1](https://github.com/input-output-hk/atala-prism-building-blocks/compare/connect-v0.12.0...connect-v0.12.1) (2023-03-21) ### Bug Fixes * update mercury to 0.21.0 ([8d42fb1](https://github.com/input-output-hk/atala-prism-building-blocks/commit/8d42fb18206c9e599a4ab77f3c4a5162da03ba35)) --- connect/lib/CHANGELOG.md | 7 +++++++ connect/lib/version.sbt | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/connect/lib/CHANGELOG.md b/connect/lib/CHANGELOG.md index a104cfec0b..8a2ff11ae9 100644 --- a/connect/lib/CHANGELOG.md +++ b/connect/lib/CHANGELOG.md @@ -1,3 +1,10 @@ +# [connect-v0.12.1](https://github.com/input-output-hk/atala-prism-building-blocks/compare/connect-v0.12.0...connect-v0.12.1) (2023-03-21) + + +### Bug Fixes + +* update mercury to 0.21.0 ([8d42fb1](https://github.com/input-output-hk/atala-prism-building-blocks/commit/8d42fb18206c9e599a4ab77f3c4a5162da03ba35)) + # [connect-v0.12.0](https://github.com/input-output-hk/atala-prism-building-blocks/compare/connect-v0.11.0...connect-v0.12.0) (2023-03-13) diff --git a/connect/lib/version.sbt b/connect/lib/version.sbt index c8fefe8247..e2428d8014 100644 --- a/connect/lib/version.sbt +++ b/connect/lib/version.sbt @@ -1 +1 @@ -ThisBuild / version := "0.12.0-SNAPSHOT" +ThisBuild / version := "0.12.1-SNAPSHOT"