diff --git a/Project.toml b/Project.toml index 2671f6978..eab462f73 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "SDDP" uuid = "f4570300-c277-11e8-125c-4912f86ce65d" authors = ["Oscar Dowson "] -version = "1.6.2" +version = "1.6.3" [deps] Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b" diff --git a/docs/src/changelog.md b/docs/src/changelog.md index 8a013ebd5..ce83eb790 100644 --- a/docs/src/changelog.md +++ b/docs/src/changelog.md @@ -7,6 +7,16 @@ 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.3 (September 8, 2023) + +### Fixed + + - Fixed default stopping rule with `iteration_limit` or `time_limit` set (#662) + +### Other + + - Various documentation improvements (#651) (#657) (#659) (#660) + ## v1.6.2 (August 24, 2023) ### Fixed