diff --git a/Project.toml b/Project.toml index d6a591b37..ac49bd9a5 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Wflow" uuid = "d48b7d99-76e7-47ae-b1d5-ff0c1cf9a818" authors = ["Deltares and contributors"] -version = "0.8.0" +version = "0.8.1" [deps] BasicModelInterface = "59605e27-edc0-445a-b93d-c09a3a50b330" diff --git a/build/wflow_cli/Setup/Installer/Application.Setup.wixproj b/build/wflow_cli/Setup/Installer/Application.Setup.wixproj index 77abb9a1b..d7c6c0b29 100644 --- a/build/wflow_cli/Setup/Installer/Application.Setup.wixproj +++ b/build/wflow_cli/Setup/Installer/Application.Setup.wixproj @@ -6,7 +6,7 @@ 3.10 {39da8083-e405-42e6-850c-d25685e91f81} 2.0 - 0.8.0 + 0.8.1 Package false diff --git a/docs/src/changelog.md b/docs/src/changelog.md index 898ac5f9e..de9f4cffb 100644 --- a/docs/src/changelog.md +++ b/docs/src/changelog.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## v0.8.1 - 2024-08-27 ### Fixed - Reduce allocations in update of vertical `SBM` concept. diff --git a/server/Manifest.toml b/server/Manifest.toml index 456d646af..a7b1a202c 100644 --- a/server/Manifest.toml +++ b/server/Manifest.toml @@ -660,7 +660,7 @@ version = "0.21.70" deps = ["BasicModelInterface", "CFTime", "Dates", "DelimitedFiles", "FieldMetadata", "Glob", "Graphs", "IfElse", "LoggingExtras", "LoopVectorization", "NCDatasets", "Parameters", "Polyester", "ProgressLogging", "Random", "StaticArrays", "Statistics", "TOML", "TerminalLoggers", "UnPack"] path = ".." uuid = "d48b7d99-76e7-47ae-b1d5-ff0c1cf9a818" -version = "0.8.0" +version = "0.8.1" [[deps.XML2_jll]] deps = ["Artifacts", "JLLWrappers", "Libdl", "Libiconv_jll", "Zlib_jll"]