From ee118338735a957523554d3a36ada86019922bda Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Thu, 28 Nov 2024 12:49:13 +1300 Subject: [PATCH] Prep for v1.10.1 (#809) --- Project.toml | 2 +- docs/src/changelog.md | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index cc90c83ae..ceebed7ab 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "SDDP" uuid = "f4570300-c277-11e8-125c-4912f86ce65d" authors = ["Oscar Dowson "] -version = "1.10.0" +version = "1.10.1" [deps] Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b" diff --git a/docs/src/changelog.md b/docs/src/changelog.md index ebb5bcf19..b43f313f1 100644 --- a/docs/src/changelog.md +++ b/docs/src/changelog.md @@ -7,6 +7,17 @@ CurrentModule = SDDP 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). +## v1.10.1 (November 28, 2024) + +### Fixed + + - Fixed thread safety of [`RegularizedForwardPass`](@ref) (#806) + - Fixed thread safety of [`AlternativeForwardPass`](@ref) (#808) + +### Other + + - Documentation updates (#801) + ## v1.10.0 (November 19, 2024) ### Added