From c92b5a7e49655225defc0f13a7b19640492a0319 Mon Sep 17 00:00:00 2001 From: atala-dev Date: Wed, 22 Feb 2023 06:08:25 +0000 Subject: [PATCH] chore(release): cut castor lib 0.8.1 release [skip ci] # [castor-v0.8.1](https://github.com/input-output-hk/atala-prism-building-blocks/compare/castor-v0.8.0...castor-v0.8.1) (2023-02-22) ### Bug Fixes * **castor:** use URI that is compliant to RFC3986 ([#385](https://github.com/input-output-hk/atala-prism-building-blocks/issues/385)) ([f92fed6](https://github.com/input-output-hk/atala-prism-building-blocks/commit/f92fed658a20832398538dec51c9ae56b3cf3975)) --- castor/lib/CHANGELOG.md | 7 +++++++ castor/lib/version.sbt | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/castor/lib/CHANGELOG.md b/castor/lib/CHANGELOG.md index edf0e04d13..b0348905cd 100644 --- a/castor/lib/CHANGELOG.md +++ b/castor/lib/CHANGELOG.md @@ -1,3 +1,10 @@ +# [castor-v0.8.1](https://github.com/input-output-hk/atala-prism-building-blocks/compare/castor-v0.8.0...castor-v0.8.1) (2023-02-22) + + +### Bug Fixes + +* **castor:** use URI that is compliant to RFC3986 ([#385](https://github.com/input-output-hk/atala-prism-building-blocks/issues/385)) ([f92fed6](https://github.com/input-output-hk/atala-prism-building-blocks/commit/f92fed658a20832398538dec51c9ae56b3cf3975)) + # [castor-v0.8.0](https://github.com/input-output-hk/atala-prism-building-blocks/compare/castor-v0.7.0...castor-v0.8.0) (2023-02-03) diff --git a/castor/lib/version.sbt b/castor/lib/version.sbt index 645dea87a0..0eca38e582 100644 --- a/castor/lib/version.sbt +++ b/castor/lib/version.sbt @@ -1 +1 @@ -ThisBuild / version := "0.4.0-SNAPSHOT" +ThisBuild / version := "0.8.1-SNAPSHOT"