Skip to content

Commit

Permalink
chore(release): cut castor lib 0.2.0 release [skip ci]
Browse files Browse the repository at this point in the history
# [castor-v0.2.0](castor-v0.1.0...castor-v0.2.0) (2022-11-14)

### Features

* **shared:** add Flyway Migrations and expose in ZIO Layer to be used in consuming service ([#115](#115)) ([cd11493](cd11493))
  • Loading branch information
atala-dev committed Nov 14, 2022
1 parent 5980172 commit b102400
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions castor/lib/CHANGELOG.md
@@ -1,3 +1,10 @@
# [castor-v0.2.0](https://github.com/input-output-hk/atala-prism-building-blocks/compare/castor-v0.1.0...castor-v0.2.0) (2022-11-14)


### Features

* **shared:** add Flyway Migrations and expose in ZIO Layer to be used in consuming service ([#115](https://github.com/input-output-hk/atala-prism-building-blocks/issues/115)) ([cd11493](https://github.com/input-output-hk/atala-prism-building-blocks/commit/cd11493aa01494f599fce369918d35edfcd2ce17))

# [castor-v0.1.0](https://github.com/input-output-hk/atala-prism-building-blocks/compare/castor-v0.0.1...castor-v0.1.0) (2022-11-11)


Expand Down
2 changes: 1 addition & 1 deletion castor/lib/version.sbt
@@ -1 +1 @@
ThisBuild / version := "0.1.0-SNAPSHOT"
ThisBuild / version := "0.2.0-SNAPSHOT"

0 comments on commit b102400

Please sign in to comment.