diff --git a/CHANGELOG.md b/CHANGELOG.md index 14e3e75aa..69ada65fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ -# Viash 0.x.x (yyyy-MM-dd): TODO Add title +# Viash 0.8.0-RC2 (2023-10-04): Some bugfixes -TODO add summary +Some bugfixes related to the new dependencies and Nextflow code generation functionality. + +This part of the changelog will be removed. # Viash 0.8.0-RC1 (2023-10-02): Nextflow workflows and dependencies diff --git a/build.sbt b/build.sbt index 4d478bf96..14de083d6 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ name := "viash" -version := "0.8.0dev" +version := "0.8.0-RC2" scalaVersion := "2.13.10"