diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a0cffcd1..29fa09051 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Viash 0.x.x (yyyy-MM-dd): TODO Add title + +TODO add summary + # Viash 0.8.0 (2023-10-23): Nextflow workflows and dependencies Nextflow workflows definitions are picked up by Viash and assembled into a functional Nextflow workflow, reducing the amount of boilerplate code needed to be written by the user. diff --git a/build.sbt b/build.sbt index fc185ad51..d5d6c303c 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ name := "viash" -version := "0.8.0" +version := "0.8.1dev" scalaVersion := "2.13.10"