diff --git a/Project.toml b/Project.toml index 6c0634e89..4696273ad 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "SDDP" uuid = "f4570300-c277-11e8-125c-4912f86ce65d" authors = ["Oscar Dowson "] -version = "1.5.1" +version = "1.6.0" [deps] Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b" diff --git a/docs/src/changelog.md b/docs/src/changelog.md index 2f07fbaf3..b906e5e6b 100644 --- a/docs/src/changelog.md +++ b/docs/src/changelog.md @@ -7,6 +7,19 @@ 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.6.0 (July 3, 2023) + +### Added + + - Added [`RegularizedForwardPass`](@ref) (#624) + - Added [`FirstStageStoppingRule`](@ref) (#634) + +### Other + + - Removed an unbound type parameter (#632) + - Fixed typo in docstring (#633) + - Added [Here-and-now and hazard-decision](@ref) tutorial (#635) + ## v1.5.1 (June 30, 2023) This release contains a number of minor code changes, but it has a large impact @@ -26,8 +39,6 @@ difference. - Removed the numerical issue `@warn` (#627) - Improved the quality of docstrings (#630) -### Other - ## v1.5.0 (May 14, 2023) ### Added